Request parameters

interface RequestParameters {
    defaultOptions: Record<string, any> & {
        headers: Record<string, any>;
    };
    options: BaseServiceOptions;
}

Properties

defaultOptions: Record<string, any> & {
    headers: Record<string, any>;
}

Type declaration

  • headers: Record<string, any>
options: BaseServiceOptions