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

This commit is contained in:
Julien Valverdé
2024-03-09 00:18:05 +01:00
parent ce66ffd0c5
commit dd0610264d
2 changed files with 7 additions and 9 deletions

View File

@@ -26,7 +26,7 @@ const exp = zodSchemaClass
@exp.staticImplements
class User extends exp.extends implements Implements<typeof exp> {}
const inst = User.create({ id: 1n, name: "User" })
const inst = User.create({ id: 1n, name: "User" }, )
// console.log(inst.name)
const instEffect = User.createEffect({ id: 1n, name: "User" })