Add relevant newman typings
This commit is contained in:
parent
5a67068348
commit
2ff485d2e0
4
packages/sra-report/src/globals.d.ts
vendored
4
packages/sra-report/src/globals.d.ts
vendored
@ -1,4 +1,6 @@
|
|||||||
declare module 'newman';
|
declare module 'newman' {
|
||||||
|
export function run(options: any, callback?: () => void): void;
|
||||||
|
}
|
||||||
|
|
||||||
declare module '*.json' {
|
declare module '*.json' {
|
||||||
const value: any;
|
const value: any;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user