mirror of
https://gitea.com/Lydanne/issues-helper.git
synced 2025-08-22 03:35:44 +08:00
wip: add helper & base
This commit is contained in:
5
src/helper/types.ts
Normal file
5
src/helper/types.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { TAction } from '../types';
|
||||
|
||||
export interface IIssueHelperEngine {
|
||||
doExeAction(action: TAction): Promise<void>;
|
||||
}
|
Reference in New Issue
Block a user