forked from jappel/leistungsbilanz-ts
Add project revision foundation
This commit is contained in:
parent
6b6d2c2a42
commit
903d977443
16 changed files with 2052 additions and 9 deletions
|
|
@ -3,6 +3,7 @@ export interface ProjectDto {
|
|||
name: string;
|
||||
singlePhaseVoltageV: number;
|
||||
threePhaseVoltageV: number;
|
||||
currentRevision: number;
|
||||
}
|
||||
|
||||
export interface DistributionBoardDto {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue