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.

Type declaration

  • [x: string]: string
  • sandbox: string
  • production: string

Generated using TypeDoc