export type HttpRequestType = 'json' | 'form-data' | 'binary';