You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Automatically create collections and items in dataStore (similarly to a simple relational database): ie.dataStore.instances.list({status: "DONE"})
Generate getters/setters and infer types from a schema (TS type definition) -> defineGetters in validations + (type merging: interface X extends XData).
Later:
dataStore.instances.list({status: "DONE"})
defineGetters
in validations + (type merging: interface X extends XData).More Later:
The text was updated successfully, but these errors were encountered: