# 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?
optionalrows:Record<string,unknown>[]
Defined in: packages/core/src/types/GenericFixture.ts:17
Optional fixture rows; values are kept untyped to allow driver-specific coercion.