Skip to content

Commit

Permalink
temporarily allow obsolete types until graph.ts is updated
Browse files Browse the repository at this point in the history
  • Loading branch information
samfairbairn committed Nov 4, 2024
1 parent e991e31 commit 2e72346
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/storykit/src/types/assets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ export type Asset = {
parentIpIds: Address[] | null
rootIpIds: Address[] | null
updatedAt: string
// TODO: update graph.ts, remove below
childCount?: number
rootCount?: number
parentIps?: Asset[] | null
rootIps?: Asset[] | null
childIps?: Asset[] | null
}

export type AssetEdges = {
Expand Down

0 comments on commit 2e72346

Please sign in to comment.