Skip to content

Commit

Permalink
add(hyperdata): CollectionMetadata type
Browse files Browse the repository at this point in the history
  • Loading branch information
hassnian committed Nov 16, 2024
1 parent 0e848e9 commit 0ed889b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hyperdata/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ export type TokenMetadata = {
thumbnailUri?: string
}

export type CollectionMetadata = TokenMetadata & {
banner?: string
}

export type BaseMetadata = {
name: string
description: string
Expand Down

0 comments on commit 0ed889b

Please sign in to comment.