forked from Ivasoft/mattermost-mobile
[Gekidou] update dependencies & use node 16 with npm 7 (#5475)
* [Gekidou] update dependencies & use node 16 with npm 7 * add npm7 circleCI changes * use react-intl 5.17.7 * fix migration error type
This commit is contained in:
6
types/database/database.d.ts
vendored
6
types/database/database.d.ts
vendored
@@ -16,12 +16,6 @@ import type System from '@typings/database/models/servers/system';
|
||||
|
||||
import {DatabaseType} from './enums';
|
||||
|
||||
export type MigrationEvents = {
|
||||
onSuccess: () => void;
|
||||
onStarted: () => void;
|
||||
onFailure: (error: string) => void;
|
||||
};
|
||||
|
||||
export type CreateServerDatabaseConfig = {
|
||||
dbName: string;
|
||||
dbType?: DatabaseType.DEFAULT | DatabaseType.SERVER;
|
||||
|
||||
Reference in New Issue
Block a user