export interface WorkspaceCreateWebhookResponseModel {
    webhookId: string;
    webhookSecret?: string;
}
