Skip to content

Commit

Permalink
add two more missing fields
Browse files Browse the repository at this point in the history
  • Loading branch information
bh2smith committed Nov 19, 2024
1 parent 21259aa commit 96d015b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/storage/src/types.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
export type ReferenceObject = {
title?: string;
description?: string;
creatorAddress?: string;
media?: File | string;
media_type?: string;
animation_url?: File | string;
Expand All @@ -11,6 +10,9 @@ export type ReferenceObject = {
tags?: string[];
extra?: Trait[];
history?: string[];
creatorAddress?: string;
metadata_content_flag?: string;
id?: string;
}

export type Trait = {
Expand Down

0 comments on commit 96d015b

Please sign in to comment.