mirror of
https://gitea.com/Lydanne/issues-helper.git
synced 2025-08-20 18:55:47 +08:00
feat: add reason for closing issue (#110)
* feat: add reason for closing issue * style: fix lint
This commit is contained in:
@@ -12,6 +12,8 @@ export type TUpdateMode = 'append' | 'replace';
|
||||
|
||||
export type TUserPermission = TPermissionType;
|
||||
|
||||
export type TCloseReason = 'completed' | 'not_planned';
|
||||
|
||||
export type TOutInfo = {
|
||||
auth: string;
|
||||
id?: number;
|
||||
|
Reference in New Issue
Block a user