forked from github/plane
fix: new project issues response (#303)
This commit is contained in:
committed by
GitHub
parent
393638c700
commit
77c319c748
11
apps/app/types/issues.d.ts
vendored
11
apps/app/types/issues.d.ts
vendored
@@ -1,16 +1,5 @@
|
||||
import type { IState, IUser, IProject, ICycle, IModule, IUserLite } from "./";
|
||||
|
||||
export interface IssueResponse {
|
||||
next_cursor: string;
|
||||
prev_cursor: string;
|
||||
next_page_results: boolean;
|
||||
prev_page_results: boolean;
|
||||
count: number;
|
||||
total_pages: number;
|
||||
extra_stats: null;
|
||||
results: IIssue[];
|
||||
}
|
||||
|
||||
export interface IIssueCycle {
|
||||
id: string;
|
||||
cycle_detail: ICycle;
|
||||
|
||||
Reference in New Issue
Block a user