Type Alias ClientConfig

ClientConfig: ClientHeadersType & {
    API_KEY?: string;
    WITH_CREDENTIALS?: boolean;
}

A configuration object for requests to the server, including API key, extra headers, and cookie handling options.