This commit is contained in:
@@ -19,6 +19,7 @@ const newTestExp = new ZodSchemaClassBuilder(TraitExpression.NullSuperclass, [])
|
||||
jsonifySchema: ({ schema, shape }) => schema.extend({
|
||||
id: jsonify.bigint(shape.id)
|
||||
}),
|
||||
|
||||
dejsonifySchema: ({ schema, shape }) => schema.extend({
|
||||
id: dejsonify.bigint(shape.id)
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user