@reactor/data — genericschema
@reactor/data / GenericSchema
Type Alias: GenericSchema
Section titled “Type Alias: GenericSchema”GenericSchema =
object
Defined in: types.ts:4
Generic schema for untyped queries.
Properties
Section titled “Properties”Functions
Section titled “Functions”Functions:
Record<string, {Args:Record<string,unknown>;Returns:unknown; }>
Defined in: types.ts:7
Tables
Section titled “Tables”Tables:
Record<string, {Insert:Record<string,unknown>;Row:Record<string,unknown>;Update:Record<string,unknown>; }>
Defined in: types.ts:5
Views:
Record<string, {Row:Record<string,unknown>; }>
Defined in: types.ts:6