This commit is contained in:
@@ -23,6 +23,8 @@ const Test2 = ZodSchemaClass({
|
|||||||
Test.defaultValues
|
Test.defaultValues
|
||||||
const inst = Test.create({ id: 1n, name: "" })
|
const inst = Test.create({ id: 1n, name: "" })
|
||||||
|
|
||||||
|
console.log(inst)
|
||||||
|
|
||||||
|
|
||||||
// class SubTest extends Test.extend({
|
// class SubTest extends Test.extend({
|
||||||
// schema: ({ schema }) => schema.extend({
|
// schema: ({ schema }) => schema.extend({
|
||||||
|
|||||||
Reference in New Issue
Block a user