wip: zen
This commit is contained in:
parent
3408c10057
commit
85d0ed5989
2 changed files with 12 additions and 3 deletions
|
|
@ -53,7 +53,8 @@ export namespace ZenData {
|
|||
weight: z.number().optional(),
|
||||
disabled: z.boolean().optional(),
|
||||
storeModel: z.string().optional(),
|
||||
headerMappings: z.record(z.string(), z.string()).optional(),
|
||||
headers: z.record(z.string(), z.string()).optional(),
|
||||
bodyModifier: z.record(z.string(), z.string()).optional(),
|
||||
}),
|
||||
),
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue