UNPKG

@climatepartner/climatepartner-api-sdk

Version:

The ClimatePartner API provides one uniform public API to customers of ClimatePartner.

4 lines (3 loc) 225 B
import type { AxiosInstance } from 'axios'; export declare const SDK_IDENTIFIER = "unified-api-sdk-v2"; export declare const setupAxiosInterceptors: (axiosInstance: AxiosInstance, getTokenFn?: () => Promise<string>) => void;