diff --git a/src/global.d.ts b/src/global.d.ts index 323101468..5ce13e6be 100644 --- a/src/global.d.ts +++ b/src/global.d.ts @@ -3,7 +3,7 @@ interface Window { } namespace App { interface Error { - type: string, - resource: ?string = '', + type: string = 'unknown', + resource: string = 'project', } } \ No newline at end of file