This commit is contained in:
Frank
2026-02-07 13:32:19 -05:00
parent 8ad5262a87
commit 04f216902b
4 changed files with 4 additions and 3 deletions

View File

@@ -53,6 +53,7 @@ export namespace ZenData {
weight: z.number().optional(),
disabled: z.boolean().optional(),
storeModel: z.string().optional(),
headerMappings: z.record(z.string(), z.string()).optional(),
}),
),
})