add model for preconfigured database

This commit is contained in:
Jacob Overgaard
2022-06-29 15:55:26 +02:00
parent e098a3e7a8
commit fe3c2e311d
5 changed files with 10 additions and 5 deletions

View File

@@ -89,7 +89,7 @@ export interface InstallDatabaseModel {
displayName: string;
defaultDatabaseName: string;
providerName: null | string;
isAvailable: boolean;
isConfigured: boolean;
requiresServer: boolean;
serverPlaceholder: null | string;
requiresCredentials: boolean;