/** Container for a list of webhook IDs. */
export interface ContainerForWebhookIDs {
  /** A list of webhook IDs. */
  webhookIds: number[];
}
