0.1.2 #3
@@ -41,6 +41,7 @@ const inst = User.create({ id: 1n, name: "User" }, )
|
|||||||
const instEffect = User.createEffect({ id: 1n, name: "User" })
|
const instEffect = User.createEffect({ id: 1n, name: "User" })
|
||||||
|
|
||||||
const jsonifiedUser = await inst.jsonifyPromise()
|
const jsonifiedUser = await inst.jsonifyPromise()
|
||||||
|
const dejsonifiedInst = await User.dejsonifyPromise(jsonifiedUser)
|
||||||
|
|
||||||
|
|
||||||
// const AdminUserProto = User.extend()
|
// const AdminUserProto = User.extend()
|
||||||
|
|||||||
Reference in New Issue
Block a user