Type Alias ApiClientConfig

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