Container for a list of webhook IDs.

interface ContainerForWebhookIds {
    webhookIds: number[];
}

Properties

Properties

webhookIds: number[]

A list of webhook IDs.