chore: this should pass through properties instead of being strict

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2023-03-07 14:11:01 +01:00
parent c6e9e3bc75
commit cfa52ae692
@@ -70,6 +70,7 @@ export function createCatalogWriteAction() {
// TODO: this should reference an zod entity validator if it existed.
entity: z
.object({})
.passthrough()
.describe(
'You can provide the same values used in the Entity schema.',
),