This commit is contained in:
Frank 2025-11-23 15:21:47 -05:00
commit bbc9142fc5
30 changed files with 837 additions and 572 deletions

View file

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