Skip to content
# Interface: GenericFixture

Defined in: packages/core/src/types/GenericFixture.ts:13

Generic fixture definition that can be adapted by driver layers.

Properties

tableName

tableName: string

Defined in: packages/core/src/types/GenericFixture.ts:14


columns

columns: GenericFixtureColumn[]

Defined in: packages/core/src/types/GenericFixture.ts:15


rows?

optional rows: Record<string, unknown&gt;[]

Defined in: packages/core/src/types/GenericFixture.ts:17

Optional fixture rows; values are kept untyped to allow driver-specific coercion.

Released under the MIT License.