Type Alias WebhookNotFoundError

WebhookNotFoundError: { type: "WEBHOOK_NOT_FOUND"; message?: string }

웹훅 내역이 존재하지 않는 경우

Type declaration

  • type: "WEBHOOK_NOT_FOUND"
  • Optionalmessage?: string