Skip to content

Commit 38458dc

Browse files
pettinaripwackerow
andauthored
Update src/lib/types.ts
Co-authored-by: Paul Wackerow <[email protected]>
1 parent 8d3504f commit 38458dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ export interface WalletData {
581581
new_to_crypto?: boolean
582582
}
583583

584-
export interface Wallet extends WalletData {
584+
export type Wallet = WalletData & {
585585
supportedLanguages: string[]
586586
}
587587

0 commit comments

Comments
 (0)