export interface ISecondaryActivity { id: string; subscriptionTypeId: string; name: string; children: ISecondaryActivity[]; }