Skip to main content

TypeScript shape

interface CreateTokenPriceEventWebhooksInput {
  webhooks: CreateTokenPriceEventWebhookArgs[];
}
webhooks
[CreateTokenPriceEventWebhookInput!]!
required
One webhook per array entry. See CreateTokenPriceEventWebhookInput.