Skip to content

Search is only available in production builds. Try building and previewing the site to test it out locally.

@reactor/data — genericschema

@reactor/data


@reactor/data / GenericSchema

GenericSchema = object

Defined in: types.ts:4

Generic schema for untyped queries.

Functions: Record<string, { Args: Record<string, unknown>; Returns: unknown; }>

Defined in: types.ts:7


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