fix default value

This commit is contained in:
Damodar Lohani
2025-06-05 04:12:25 +00:00
parent ac85bfccaa
commit 5a594e083e
+2 -2
View File
@@ -3,7 +3,7 @@ interface Window { }
namespace App {
interface Error {
type: string,
resource: ?string = '',
type: string = 'unknown',
resource: string = 'project',
}
}