perspective fix

This commit is contained in:
Jan Prochazka
2022-10-13 13:49:48 +02:00
parent 44be1bdd11
commit 0028240552
3 changed files with 26 additions and 13 deletions

View File

@@ -7,6 +7,13 @@ import uuidv1 from 'uuid/v1';
// uncheckedColumns: string[];
// }
export type PerspectiveDatabaseEngineType = 'sqldb' | 'docdb';
export interface PerspectiveDatabaseConfig {
conid: string;
database: string;
}
export interface PerspectiveCustomJoinConfig {
refNodeDesignerId: string;
referenceDesignerId: string;