Variable IMMUTABLE_API_BASE_URLConst

IMMUTABLE_API_BASE_URL: {
    sandbox: string;
    production: string;
    [x: string]: string;
}

Base URL for the Immutable API based on the environment.