0.1.2 #3
@@ -36,7 +36,7 @@ const exp = zodSchemaClass
|
|||||||
@exp.staticImplements
|
@exp.staticImplements
|
||||||
class User extends exp.extends implements Implements<typeof exp> {}
|
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)
|
// console.log(inst.name)
|
||||||
const instEffect = User.createEffect({ id: 1n, name: "User" })
|
const instEffect = User.createEffect({ id: 1n, name: "User" })
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user