import type { ContainerForWebhookIDs } from '../models';

export interface DeleteWebhookById extends ContainerForWebhookIDs {}
