Type Alias BillingKeyAlreadyDeletedError

BillingKeyAlreadyDeletedError: {
    type: "BILLING_KEY_ALREADY_DELETED";
    message?: string;
}

빌링키가 이미 삭제된 경우

Type declaration

  • type: "BILLING_KEY_ALREADY_DELETED"
  • Optionalmessage?: string