This commit is contained in:
Jan Prochazka
2022-01-29 14:22:01 +01:00
parent 9a486c47b0
commit 70e0dd47a6
2 changed files with 3 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ interface VirtualReferenceDefinition {
interface DictionaryDescriptionDefinition {
pureName: string;
schemaName?: string;
expresssion: string;
expression: string;
columns: string[];
delimiter: string;
}