UNPKG

yaclt

Version:
14 lines 457 B
import { Hook } from "../utils/hook-handler"; import { ActionOptions } from "./action-options"; export interface ActionNewOptions extends ActionOptions { changeType: string; issueId?: string; gitBranchFormat?: string; message?: string; edit: boolean; preNew?: Hook; postNew?: Hook; entryFileName?: string; } export declare const ActionNew: (argv: ActionNewOptions) => Promise<Promise<void>>; //# sourceMappingURL=new.d.ts.map