forked from github/plane
refactor/cycles_folder_structure (#304)
This commit is contained in:
committed by
GitHub
parent
77c319c748
commit
e5934e0b07
4
apps/app/types/cycles.d.ts
vendored
4
apps/app/types/cycles.d.ts
vendored
@@ -7,8 +7,8 @@ export interface ICycle {
|
||||
updated_at: Date;
|
||||
name: string;
|
||||
description: string;
|
||||
start_date: string | null;
|
||||
end_date: string | null;
|
||||
start_date: string;
|
||||
end_date: string;
|
||||
status: string;
|
||||
created_by: string;
|
||||
updated_by: string;
|
||||
|
||||
Reference in New Issue
Block a user