export type HTTPDataEnvelope = 'form-data' | 'json' | 'query-params';
export type HTTPReqData = Record<string, unknown>;
