Add public building project setting
This commit is contained in:
@@ -18,6 +18,7 @@ export interface ProjectDto {
|
||||
externalProjectNumber: string | null;
|
||||
buildingOwner: string | null;
|
||||
description: string | null;
|
||||
isPublicBuilding: boolean;
|
||||
singlePhaseVoltageV: number;
|
||||
threePhaseVoltageV: number;
|
||||
enabledDistributionBoardSupplyTypes: DistributionBoardSupplyType[];
|
||||
|
||||
Reference in New Issue
Block a user