export interface ClientDto { id: string; name: string; country: string; ownerId: string; ownerName: string; ownerEmail: string; parentId: string; parentName: string; webhookMethod: string; webhookURL: string; children: ClientDto[]; }