fix: new project issues response (#303)

This commit is contained in:
Aaryan Khandelwal
2023-02-18 21:19:04 +05:30
committed by GitHub
parent 393638c700
commit 77c319c748
21 changed files with 105 additions and 141 deletions

View File

@@ -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;