interface ActivityTypeFileDeleted {
    content: ActivitySharedFile;
    created?: string;
    createdUser?: User;
    id: number;
    notifications?: ActivityNotification[];
    project?: ActivityProject;
    type: 10;
}

Hierarchy

  • ActivityBase
    • ActivityTypeFileDeleted

Properties

created?: string
createdUser?: User
id: number
notifications?: ActivityNotification[]
project?: ActivityProject
type: 10