Skip to content

Commit d67ffc6

Browse files
authored
fix: updates types to increase compatibility with storybook types (#169)
Fixes #161
1 parent bebe3fe commit d67ffc6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/msw-addon/src/decorator.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import { applyRequestHandlers } from './applyRequestHandlers.js'
33
import { deprecate } from './util.js'
44

55
export type MswParameters = {
6+
[key: string]: any;
67
msw?:
78
| RequestHandler[]
89
| {

0 commit comments

Comments
 (0)