Skip to content

Function: schemaTableNames()

schemaTableNames<S>(schema): string[]

Defined in: server/src/live-select.ts:109

Validate at type level that a given tables list only references declared tables in the schema. Used by the caller to keep the filter honest.

S extends Record<string, AnyTable>

S

string[]