interface Activity {
    capacityPerDay?: number;
    name?: string;
}

Properties

capacityPerDay?: number
name?: string