Skip to content

Commit

Permalink
fix: add tokenType to FactoryToken type
Browse files Browse the repository at this point in the history
  • Loading branch information
shane-moore committed Sep 14, 2023
1 parent 4535c4a commit c1024fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/token-metadata/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ export interface SplToken extends BaseToken {
export interface FactoryToken extends BaseToken {
display: string
description: string
tokenType: TokenType
}

export type Token =
Expand Down

0 comments on commit c1024fd

Please sign in to comment.