interface ActivityTypeProjectGroupDeleted {
    content: {
        parties: ActivityTypeProjectGroupParty[];
    };
    created?: string;
    createdUser?: User;
    id: number;
    notifications?: ActivityNotification[];
    project?: ActivityProject;
    type: 26;
}

Hierarchy

  • ActivityBase
    • ActivityTypeProjectGroupDeleted

Properties

content: {
    parties: ActivityTypeProjectGroupParty[];
}
created?: string
createdUser?: User
id: number
notifications?: ActivityNotification[]
project?: ActivityProject
type: 26