Skip to content

Commit

Permalink
chore: add missing type
Browse files Browse the repository at this point in the history
  • Loading branch information
Cussone committed Nov 13, 2024
1 parent 959f42b commit 1b88b33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/modal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export interface ConnectOptions extends GetWalletOptions {

export interface ConnectOptionsWithConnectors
extends Omit<ConnectOptions, "webWalletUrl" | "argentMobileOptions"> {
connectors?: StarknetkitConnector[]
connectors?: (StarknetkitConnector | StarknetkitCompoundConnector)[]
}

export type ModalWallet = {
Expand Down

0 comments on commit 1b88b33

Please sign in to comment.