forked from jappel/leistungsbilanz-ts
Prepare circuits for future sizing
This commit is contained in:
parent
6c45c97ffd
commit
5dc3ab90be
17 changed files with 111 additions and 1 deletions
|
|
@ -270,6 +270,7 @@ export interface CircuitTreeCircuitDto {
|
|||
rcdAssignment?: string;
|
||||
terminalDesignation?: string;
|
||||
voltage?: number;
|
||||
controlRequirement?: string;
|
||||
status?: string;
|
||||
isReserve: boolean;
|
||||
remark?: string;
|
||||
|
|
@ -317,6 +318,7 @@ export interface CreateCircuitInputDto {
|
|||
rcdAssignment?: string;
|
||||
terminalDesignation?: string;
|
||||
voltage?: number;
|
||||
controlRequirement?: string;
|
||||
status?: string;
|
||||
isReserve?: boolean;
|
||||
remark?: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue