DejsonifiableZodSchemaObject
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Julien Valverdé
2024-02-23 20:11:06 +01:00
parent 03b769b74f
commit cffc56e7f6
4 changed files with 93 additions and 63 deletions

View File

@@ -33,6 +33,7 @@ class Test extends newTestExp.extends implements Implements<typeof newTestExp> {
Test.defaultValues
const inst = Test.create({ id: 1n, name: "" })
console.log(inst)
Test.dejsonify({ id: 1n })
class SubTest extends Test.extend({