forked from jappel/leistungsbilanz-ts
Expose distribution board copy and delete API
This commit is contained in:
parent
0fd564a930
commit
86f1d42e60
7 changed files with 182 additions and 2 deletions
|
|
@ -114,6 +114,11 @@ export interface DistributionBoardCommandResultDto
|
|||
distributionBoard: DistributionBoardDto;
|
||||
}
|
||||
|
||||
export interface DistributionBoardDeleteCommandResultDto
|
||||
extends ProjectCommandResultDto {
|
||||
distributionBoardId: string;
|
||||
}
|
||||
|
||||
export interface CircuitListDto {
|
||||
id: string;
|
||||
projectId: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue