aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sra-report/src/globals.d.ts
blob: a35aa203607d8c1cae77ae1cf0228e66cbfb9dfb (plain) (blame)
1
2
3
4
5
6
7
8
declare module 'newman' {
    export function run(options: any, callback?: () => void): void;
}

declare module '*.json' {
    const value: any;
    export default value;
}