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

Function defineTables

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

Source from the content-addressed store, hash-verified

109};
110
111const defineTables = <const TTables extends Record<string, AnyTable>>(tables: TTables): TTables =>
112 tables;
113
114export const coreTables = defineTables({
115 // 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