Skip to main content

TypeScript shape

interface CreateTokenPairEventWebhooksInput {
  webhooks: CreateTokenPairEventWebhookArgs[];
}
webhooks
[CreateTokenPairEventWebhookInput!]!
required
One webhook per array entry. See CreateTokenPairEventWebhookInput.