Skip to main content

RequestConfig

type RequestConfig = {
baseURL?: string;
headers?: Record<string, string>;
timeout?: number;
};

Properties

baseURL?

optional baseURL: string;

headers?

optional headers: Record<string, string>;

timeout?

optional timeout: number;