Skip to content

Commit

Permalink
fix: attributes on attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
tokebe committed Sep 24, 2024
1 parent 19a78d3 commit 1d53d7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/types/src/trapi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@ export interface TrapiAttribute {
value_type_id?: string;
attribute_source?: string | null;
value_url?: string | null;
attributes?: TrapiAttribute;
attributes?: TrapiAttribute[];
[additionalProperties: string]:
| string
| string[]
| null
| TrapiAttribute
| TrapiAttribute[]
| number
| number[];
}
Expand Down

0 comments on commit 1d53d7a

Please sign in to comment.