Skip to content

Commit 5a594e0

Browse files
committed
fix default value
1 parent ac85bfc commit 5a594e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/global.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ interface Window { }
33

44
namespace App {
55
interface Error {
6-
type: string,
7-
resource: ?string = '',
6+
type: string = 'unknown',
7+
resource: string = 'project',
88
}
99
}

0 commit comments

Comments
 (0)