export interface RequestOptionsWithJSONBody extends Omit { body: Record } export interface RequestOptionsWithOutBody extends Omit { }