fix: assignee and labels field while editing an issue (#296)

* fix: assignee and labels field while editing an issue

* chore: remove unused declarations
This commit is contained in:
Aaryan Khandelwal
2023-02-17 19:07:36 +05:30
committed by GitHub
parent a0d176c952
commit c979599e53
5 changed files with 20 additions and 45 deletions

View File

@@ -66,7 +66,7 @@ export interface IIssueLink {
}
export interface IIssue {
assignees: any[] | null;
assignees: string[] | null;
assignee_details: IUser[];
assignees_list: string[];
attachments: any[];