chore: this should pass through properties instead of being strict
Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
@@ -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.',
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user