export interface ActionResponse { name: string; stateName: string; value: T; }