Container for a list of webhook IDs.

interface ContainerForWebhookIDs {
    webhookIds: number[];
}

Hierarchy (view full)

Properties

Properties

webhookIds: number[]

A list of webhook IDs.