forked from Ivasoft/mattermost-mobile
Let ServerDatabases type hold undefined values (#6423)
* Let ServerDatabases type hold undefined values * Avoid model.database
This commit is contained in:
committed by
GitHub
parent
b5ff344b64
commit
844f2c0393
2
types/database/database.d.ts
vendored
2
types/database/database.d.ts
vendored
@@ -42,7 +42,7 @@ export type ServerDatabase = {
|
||||
}
|
||||
|
||||
export type ServerDatabases = {
|
||||
[x: string]: ServerDatabase;
|
||||
[x: string]: ServerDatabase | undefined;
|
||||
};
|
||||
|
||||
export type TransformerArgs = {
|
||||
|
||||
Reference in New Issue
Block a user