RestTransportOptions: {
    auth: RestAuthConfig;
    baseUrl: string;
    defaultHeaders?: Record<string, string>;
    fetchImpl?: typeof __type;
    retry?: RestTransportRetryOptions | number;
}

Type declaration