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

Hierarchy

  • ActivityBase
    • ActivityTypeFileUpdated

Properties

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