export interface IActionPayload { type: string; payload?: any; }