mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
fix: reverted to old API response
This commit is contained in:
4
web/types/issues.d.ts
vendored
4
web/types/issues.d.ts
vendored
@@ -130,10 +130,6 @@ export interface IIssue {
|
||||
workspace_detail: IWorkspaceLite;
|
||||
}
|
||||
|
||||
export interface IDraftIssueResponse {
|
||||
data: IIssue[];
|
||||
total_issues: number;
|
||||
}
|
||||
|
||||
export interface ISubIssuesState {
|
||||
backlog: number;
|
||||
|
||||
Reference in New Issue
Block a user