ERROR_MESSAGES: {
    invalidFormat: "Invalid format";
    unsupportedProxyCacheType: `Unsupported proxyCache type [possible values: ${string}]`;
} = ...

Type declaration

  • ReadonlyinvalidFormat: "Invalid format"
  • ReadonlyunsupportedProxyCacheType: `Unsupported proxyCache type [possible values: ${string}]`