Variable IMMUTABLE_API_BASE_URLConst

IMMUTABLE_API_BASE_URL: {
    sandbox: string;
    production: string;
} = ...

Base URL for the Immutable API based on the environment.

Type declaration

  • sandbox: string
  • production: string

Generated using TypeDoc