import { ActionType } from '../types'; export interface ActionMetadataArgs { target: Function; method: string; type: ActionType; eventName?: string; }