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 08543b6 commit 1b712e2Copy full SHA for 1b712e2
build/types/mock.d.ts
@@ -21,4 +21,5 @@ export interface Response {
21
[key: string]: string;
22
};
23
body: string;
24
+ filepath?: string;
25
}
src/types/mock.ts
@@ -24,5 +24,6 @@ export interface Response {
statusCode: number // TODO: Change this to list of acceptable status codes
headers: {[key: string]: string}
26
body: string
27
+ filepath?: string,
28
// rules: []
29
0 commit comments