forked from github/plane
fix: update cycle error (#3530)
* fix: update cycle response and implement required changes * chore: update cycle response
This commit is contained in:
committed by
GitHub
parent
4fc4da7982
commit
4e600e4e9b
2
packages/types/src/cycles.d.ts
vendored
2
packages/types/src/cycles.d.ts
vendored
@@ -30,7 +30,7 @@ export interface ICycle {
|
||||
is_favorite: boolean;
|
||||
issue: string;
|
||||
name: string;
|
||||
owned_by: IUser;
|
||||
owned_by: string;
|
||||
project: string;
|
||||
project_detail: IProjectLite;
|
||||
status: TCycleGroups;
|
||||
|
||||
Reference in New Issue
Block a user