Skip to content

Commit

Permalink
chore: add custom exit button config
Browse files Browse the repository at this point in the history
  • Loading branch information
Majchrzak committed Jun 11, 2024
1 parent 552ca54 commit f53468b
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;
customExitButton?: boolean;
}

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

0 comments on commit f53468b

Please sign in to comment.