interface ActivityTypeMilestoneCreated {
    content: ActivityMilestone;
    created?: string;
    createdUser?: User;
    id: number;
    notifications?: ActivityNotification[];
    project?: ActivityProject;
    type: 22;
}

Hierarchy

  • ActivityBase
    • ActivityTypeMilestoneCreated

Properties

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