This commit is contained in:
@@ -5,6 +5,7 @@ import { ZodSchemaClass } from "./ZodSchemaClass"
|
||||
|
||||
const TestExp = ZodSchemaClass({
|
||||
schema: z.object({
|
||||
/** Object ID */
|
||||
id: z.bigint(),
|
||||
name: z.string(),
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user