refactor/cycles_folder_structure (#304)

This commit is contained in:
Aaryan Khandelwal
2023-02-20 11:23:04 +05:30
committed by GitHub
parent 77c319c748
commit e5934e0b07
18 changed files with 175 additions and 439 deletions

View File

@@ -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;