Skip to content
# Interface: GeneratedFixtureManifest

Defined in: node_modules/.pnpm/@rawsql-ts+testkit-postgres@0.16.0/node_modules/@rawsql-ts/testkit-postgres/dist/types.d.ts:45

Runtime metadata generated by ztd-config and preferred over raw DDL scanning. The generated contract intentionally matches TableDefinitionModel so the runtime can consume the emitted schema metadata without a translation layer.

Properties

tableDefinitions

tableDefinitions: TableDefinitionModel[]

Defined in: node_modules/.pnpm/@rawsql-ts+testkit-postgres@0.16.0/node_modules/@rawsql-ts/testkit-postgres/dist/types.d.ts:46

Schema metadata in the same shape consumed by the runtime.

Released under the MIT License.