GotItem
GotItem is very similar to StoredItem except Schema get
options don't affects required
true/false option.
- TypeScript
- JSDoc
type GotItemEntity = (typeof userSchema)["GotItem"];
/**
* @typedef {userSchema["GotItem"]} GotItemEntity
*/
GotItem is very similar to StoredItem except Schema get
options don't affects required
true/false option.
type GotItemEntity = (typeof userSchema)["GotItem"];
/**
* @typedef {userSchema["GotItem"]} GotItemEntity
*/