Skip to content
# Interface: FixtureResolutionOptions

Defined in: node_modules/.pnpm/@rawsql-ts+testkit-postgres@0.16.0/node_modules/@rawsql-ts/testkit-postgres/dist/utils/fixtureState.d.ts:5

Properties

generated?

optional generated?: GeneratedFixtureManifest

Defined in: node_modules/.pnpm/@rawsql-ts+testkit-postgres@0.16.0/node_modules/@rawsql-ts/testkit-postgres/dist/utils/fixtureState.d.ts:6


tableDefinitions?

optional tableDefinitions?: TableDefinitionModel[]

Defined in: node_modules/.pnpm/@rawsql-ts+testkit-postgres@0.16.0/node_modules/@rawsql-ts/testkit-postgres/dist/utils/fixtureState.d.ts:7


tableRows?

optional tableRows?: TableRowsFixture[]

Defined in: node_modules/.pnpm/@rawsql-ts+testkit-postgres@0.16.0/node_modules/@rawsql-ts/testkit-postgres/dist/utils/fixtureState.d.ts:8


ddl?

optional ddl?: DdlFixtureLoaderOptions

Defined in: node_modules/.pnpm/@rawsql-ts+testkit-postgres@0.16.0/node_modules/@rawsql-ts/testkit-postgres/dist/utils/fixtureState.d.ts:9

Released under the MIT License.