mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix default value
This commit is contained in:
Vendored
+2
-2
@@ -3,7 +3,7 @@ interface Window { }
|
||||
|
||||
namespace App {
|
||||
interface Error {
|
||||
type: string,
|
||||
resource: ?string = '',
|
||||
type: string = 'unknown',
|
||||
resource: string = 'project',
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user