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