Schema type aliases
This is the collection of schema type aliases within the store
module. There are 4 schema type aliases in total.
TablesSchema
The TablesSchema
type describes the tabular structure of a Store
in terms of valid Table
Ids
and the types of Cell
that can exist within them.
CellSchema
The CellSchema
type describes what values are allowed for each Cell
in a Table
.
ValueSchema
The ValueSchema
type describes what values are allowed for keyed Values
in a Store
.
ValuesSchema
The ValuesSchema
type describes the keyed Values
that can be set in a Store
and their types.