Skip to content

Commit

Permalink
Include "logoURI" field in type for list logos
Browse files Browse the repository at this point in the history
  • Loading branch information
eccentricexit authored Jul 24, 2020
1 parent 7706ee0 commit 7423c30
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 @@ -28,4 +28,5 @@ export interface TokenList {
readonly tokens: TokenInfo[];
readonly keywords?: string[];
readonly tags?: Tags;
readonly logoURI?: string;
}

0 comments on commit 7423c30

Please sign in to comment.