chore: new link endpoints

This commit is contained in:
Aaryan Khandelwal
2023-02-24 15:50:15 +05:30
parent 3c6752807d
commit df836d55d5
9 changed files with 134 additions and 44 deletions

View File

@@ -82,6 +82,7 @@ export interface IIssue {
created_by: string;
created_by_detail: IUserLite;
id: string;
metadata: any;
title: string;
url: string;
}[];

View File

@@ -14,6 +14,7 @@ export interface IModule {
created_by: string;
created_by_detail: IUserLite;
id: string;
metadata: any;
title: string;
url: string;
}[];