chore: no estimates option, estimates activity (#838)

This commit is contained in:
Aaryan Khandelwal
2023-04-17 11:30:48 +05:30
committed by GitHub
parent 61761fedc5
commit e23075b7b9
11 changed files with 97 additions and 53 deletions

View File

@@ -87,7 +87,7 @@ export interface IIssue {
description: any;
description_html: any;
description_stripped: any;
estimate_point: number;
estimate_point: number | null;
id: string;
issue_cycle: IIssueCycle | null;
issue_link: {