Skip to content

Commit

Permalink
Add creatorAddress to ReferenceObject
Browse files Browse the repository at this point in the history
  • Loading branch information
bh2smith committed Nov 19, 2024
1 parent 0356cb4 commit 21259aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/storage/src/types.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
export type ReferenceObject = {
title?: string;
description?: string;
creatorAddress?: string;
media?: File | string;
media_type?: string;
animation_url?: File | string;
Expand Down

0 comments on commit 21259aa

Please sign in to comment.