Skip to content

Commit

Permalink
merge(#59): chore: add hide exit button param
Browse files Browse the repository at this point in the history
  • Loading branch information
Majchrzak authored Jun 12, 2024
2 parents 552ca54 + 23b19dc commit 4c7e9b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ export interface IHostConfig {
offrampWebhookV3Url?: TWebhookStatusUrl;
useSendCryptoCallback?: boolean;
paymentMethodType?: PaymentMethodType;
hideExitButton?: boolean;
}

export interface IHostConfigWithSdkParams extends Omit<IHostConfig, 'useSendCryptoCallback'> {
Expand Down

0 comments on commit 4c7e9b6

Please sign in to comment.