Type Alias PlatformCurrencyNotSupportedError

PlatformCurrencyNotSupportedError: {
    type: "PLATFORM_CURRENCY_NOT_SUPPORTED";
    message?: string;
}

지원 되지 않는 통화를 선택한 경우

Type declaration

  • type: "PLATFORM_CURRENCY_NOT_SUPPORTED"
  • Optionalmessage?: string