UNPKG

127 BTypeScriptView Raw
1import { Action } from './model/Action';
2export declare const loadAllActions: (actionDir: string, envConfig: any) => Action[];