UNPKG

@shutootaki/gwm

Version:
11 lines 401 B
import type { Config } from '../../config/types.js'; import type { HookContext, HookResult } from './types.js'; /** * post_create hook を実行 * * @param config 有効な設定 * @param context hook コンテキスト * @returns hook 実行結果 */ export declare function runPostCreateHooks(config: Config, context: HookContext): Promise<HookResult>; //# sourceMappingURL=postCreate.d.ts.map