Skip to main content

TypeScript shape

interface CreateTokenTransferEventWebhooksInput {
  webhooks: CreateTokenTransferEventWebhookArgs[];
}
webhooks
[CreateTokenTransferEventWebhookInput!]!
required
One webhook per array entry. See CreateTokenTransferEventWebhookInput.