export interface IPrimaryActivity { id: string; typeName: string; name: string; children: IPrimaryActivity[]; }