MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / defineTables

Function defineTables

packages/core/sdk/src/core-schema.ts:128–129  ·  view source on GitHub ↗
(tables: TTables)

Source from the content-addressed store, hash-verified

126};
127
128const defineTables = <const TTables extends Record<string, AnyTable>>(tables: TTables): TTables =>
129 tables;
130
131export const coreTables = defineTables({
132 // The catalog — tenant-shared integration definitions. `config` is the owning

Callers 1

core-schema.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected