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

export interface RegisterDynamicWebhooks extends WebhookRegistrationDetails {}
