Schema type aliases
This is the collection of schema type aliases within the store
module. There are only two schema type aliases, CellSchema
and Schema
.
CellSchema
The CellSchema
type describes what values are allowed for each Cell
in a Table
.
Schema
The Schema
type describes the structure of a Store
in terms of valid Table
Ids
and the types of Cell
that can exist within them.