This commit is contained in:
@@ -14,6 +14,10 @@ const newTestExp = new ZodSchemaClassBuilder(TraitExpression.NullSuperclass, [])
|
||||
|
||||
defaultValues: { id: -1n },
|
||||
})
|
||||
.jsonifiable({
|
||||
jsonifySchema: ({ schema }) => schema.extend({}),
|
||||
dejsonifySchema: ({ schema }) => schema.extend({}),
|
||||
})
|
||||
.expresses(ObservableZodSchemaObject)
|
||||
.build()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user