mirror of
https://gitea.com/Lydanne/issues-helper.git
synced 2025-08-21 03:05:43 +08:00
style: format
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { TAction } from '../types';
|
||||
import type { TAction } from '../types';
|
||||
|
||||
export interface IIssueHelperEngine {
|
||||
doExeAction(action: TAction): Promise<void>;
|
||||
doExeAction: (action: TAction) => Promise<void>;
|
||||
}
|
||||
|
Reference in New Issue
Block a user