fixes
This commit is contained in:
@@ -189,6 +189,10 @@ export interface ProjectMilestoneInput {
|
||||
sortOrder: number;
|
||||
}
|
||||
|
||||
export interface ProjectMilestoneStatusUpdateInput {
|
||||
status: ProjectMilestoneStatus;
|
||||
}
|
||||
|
||||
export interface ProjectDetailDto extends ProjectSummaryDto {
|
||||
notes: string;
|
||||
createdAt: string;
|
||||
|
||||
Reference in New Issue
Block a user