forked from jappel/leistungsbilanz-ts
Persist distribution board setup
This commit is contained in:
parent
1a77eedaa8
commit
1cf26a932e
21 changed files with 1027 additions and 22 deletions
|
|
@ -87,6 +87,11 @@ export interface DistributionBoardDto {
|
|||
name: string;
|
||||
}
|
||||
|
||||
export interface DistributionBoardCommandResultDto
|
||||
extends ProjectCommandResultDto {
|
||||
distributionBoard: DistributionBoardDto;
|
||||
}
|
||||
|
||||
export interface CircuitListDto {
|
||||
id: string;
|
||||
projectId: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue