import { IPayload } from './IPayload'; export interface IAction { headers: H; body: B; }