Skip to content
This repository has been archived by the owner on Apr 4, 2022. It is now read-only.

Commit

Permalink
Fix typings for ts 3.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Leandro Boscariol committed Mar 10, 2020
1 parent cfb2a95 commit c08c1e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ export interface TokenDetails {
}

export interface TokenDetailsConfig extends Omit<TokenDetails, 'address'> {
addressByNetwork: { [networkId: string]: string }
addressByNetwork: { [networkId: string]: string | undefined }
}

0 comments on commit c08c1e6

Please sign in to comment.