Skip to content

Commit

Permalink
Merge pull request #56 from ComponentDriven/kasper/revert-stricter-pa…
Browse files Browse the repository at this point in the history
…rameters

Revert stricter parameters
  • Loading branch information
kasperpeulen authored Nov 11, 2022
2 parents 46ea87c + fed52be commit 0819d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/story.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export interface StoryIdentifier {
}

export interface Parameters {
[name: string]: unknown;
[name: string]: any;
}

type ConditionalTest = { truthy?: boolean } | { exists: boolean } | { eq: any } | { neq: any };
Expand Down

0 comments on commit 0819d9f

Please sign in to comment.