We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83a68b1 commit 0fe4840Copy full SHA for 0fe4840
src/types/hierarchies.d.ts
@@ -21,6 +21,8 @@ export interface HierarchyBase {
21
created_at?: string
22
updated_at?: string
23
published_at?: string
24
+ admin_attributes?: { [key: string]: string }
25
+ shopper_attributes?: { [key: string]: string }
26
}
27
meta?: {
28
owner?: 'organization' | 'store'
src/types/nodes.d.ts
@@ -18,6 +18,8 @@ export interface NodeBase {
18
slug?: string
19
curated_products?: string[]
20
locales?: { [key in Locales]?: { name?: string; description?: string } }
relationships?: {
parent: {
0 commit comments