Skip to content

Commit

Permalink
feat: add approval prop to Layout enum
Browse files Browse the repository at this point in the history
  • Loading branch information
Cussone committed Nov 13, 2024
1 parent 864d6e4 commit 960e17c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types/modal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export enum Layout {
failure = "failure",
qrCode = "qrCode",
download = "download",
approval = "approval",
}

export interface ConnectOptions extends GetWalletOptions {
Expand Down

0 comments on commit 960e17c

Please # to comment.