Skip to content

Commit

Permalink
feat: add html to MetaDataJsonCategory (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Roeder authored Oct 13, 2021
1 parent 0ac67dc commit b9299cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export type AnyPublicKey = StringPublicKey | PublicKey;

export type ParamsWithStore<P> = P & { store: PublicKey };

export type MetaDataJsonCategory = 'image' | 'video' | 'audio' | 'vr';
export type MetaDataJsonCategory = 'image' | 'video' | 'audio' | 'vr' | 'html';

export type MetadataJsonAttribute = {
trait_type: string;
Expand Down

0 comments on commit b9299cf

Please sign in to comment.