export interface ActionPayload { type: string; payload: T; }