Configurable Back reference (#848)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev
2022-01-21 10:05:55 +01:00
committed by GitHub
parent ea19fe2bbf
commit 5f5dc63d21
43 changed files with 786 additions and 238 deletions
-2
View File
@@ -101,8 +101,6 @@ export interface Project extends SpaceWithStates {}
* @public
*/
export interface Issue extends Task {
number: number // Sequence number
name: string
description: string