We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bebe3fe commit d67ffc6Copy full SHA for d67ffc6
packages/msw-addon/src/decorator.ts
@@ -3,6 +3,7 @@ import { applyRequestHandlers } from './applyRequestHandlers.js'
3
import { deprecate } from './util.js'
4
5
export type MswParameters = {
6
+ [key: string]: any;
7
msw?:
8
| RequestHandler[]
9
| {
0 commit comments