We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dce7ece commit b66222bCopy full SHA for b66222b
1 file changed
packages/console/core/src/model.ts
@@ -36,6 +36,7 @@ export namespace ZenData {
36
weight: z.number().optional(),
37
disabled: z.boolean().optional(),
38
storeModel: z.string().optional(),
39
+ payloadModifier: z.record(z.string(), z.any()).optional(),
40
}),
41
),
42
})
0 commit comments