Type Alias EvoluSchema

EvoluSchema: Record.ReadonlyRecord<string, Record.ReadonlyRecord<string, Value> & {
    id: Id;
}>

A type to define tables, columns, and column types.