Fix
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Julien Valverdé
2024-02-20 16:45:37 +01:00
parent eaaef3bfd1
commit 4020f99d18
2 changed files with 12 additions and 10 deletions

View File

@@ -5,6 +5,7 @@ import { ZodSchemaClass } from "./ZodSchemaClass"
const TestExp = ZodSchemaClass({
schema: z.object({
/** Object ID */
id: z.bigint(),
name: z.string(),
}),