fix: small tenant refactor fixes (#2375)

This commit is contained in:
Jérémy M
2023-11-06 15:49:06 +01:00
committed by GitHub
parent bb8cddddc4
commit 3432615a17
9 changed files with 29 additions and 16 deletions

View File

@ -10,7 +10,7 @@ export interface FieldMetadataTargetColumnMapUrl {
}
export interface FieldMetadataTargetColumnMapMoney {
value: number;
amount: number;
currency: string;
}