export interface AdCampaignGroupStructureTreeFields { children: AdCampaignGroupStructureTreeFields[]; id: string; name: string; status: string; }