forked from github/plane
chore: no estimates option, estimates activity (#838)
This commit is contained in:
committed by
GitHub
parent
61761fedc5
commit
e23075b7b9
2
apps/app/types/issues.d.ts
vendored
2
apps/app/types/issues.d.ts
vendored
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user