import ActionConfig from './config'; export default interface ActionMetaData { controller: any; action: string; target: any; config: ActionConfig; }