Skip to content

Commit

Permalink
hotfix(ts): Add temporary work around for defineScenario typedef (#7527)
Browse files Browse the repository at this point in the history
  • Loading branch information
dac09 authored and jtoar committed Feb 1, 2023
1 parent e519e7e commit 31aa37b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/testing/src/api/scenario.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export interface DefineScenario {
ModelName,
ScenarioDefinitionMap<PrismaCreateType, ModelName, TKeys>
>
): Record<ModelName, Record<TKeys, unknown>>
): Record<ModelName, Record<TKeys, any>>
}

/**
Expand Down

0 comments on commit 31aa37b

Please sign in to comment.