interface ClientOptions {
    baseUrl: string;
    headers?: Record<string, string>;
}

Properties

Properties

baseUrl: string

The base URL for all API requests.

headers?: Record<string, string>

Optional default headers to include in every request.