forked from github/plane
chore: new link endpoints
This commit is contained in:
1
apps/app/types/issues.d.ts
vendored
1
apps/app/types/issues.d.ts
vendored
@@ -82,6 +82,7 @@ export interface IIssue {
|
||||
created_by: string;
|
||||
created_by_detail: IUserLite;
|
||||
id: string;
|
||||
metadata: any;
|
||||
title: string;
|
||||
url: string;
|
||||
}[];
|
||||
|
||||
1
apps/app/types/modules.d.ts
vendored
1
apps/app/types/modules.d.ts
vendored
@@ -14,6 +14,7 @@ export interface IModule {
|
||||
created_by: string;
|
||||
created_by_detail: IUserLite;
|
||||
id: string;
|
||||
metadata: any;
|
||||
title: string;
|
||||
url: string;
|
||||
}[];
|
||||
|
||||
Reference in New Issue
Block a user