This commit is contained in:
@@ -22,7 +22,6 @@ const Test2 = ZodSchemaClass({
|
|||||||
|
|
||||||
Test.defaultValues
|
Test.defaultValues
|
||||||
const inst = Test.create({ id: 1n, name: "" })
|
const inst = Test.create({ id: 1n, name: "" })
|
||||||
|
|
||||||
console.log(inst)
|
console.log(inst)
|
||||||
|
|
||||||
|
|
||||||
@@ -37,8 +36,7 @@ class SubTest extends Test.extend({
|
|||||||
}) {}
|
}) {}
|
||||||
|
|
||||||
const subInst = await SubTest.createPromise({ name: "", prout: "" })
|
const subInst = await SubTest.createPromise({ name: "", prout: "" })
|
||||||
|
console.log(subInst)
|
||||||
// console.log(subInst)
|
|
||||||
|
|
||||||
// class ChildTest extends Test {}
|
// class ChildTest extends Test {}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user