interface ActivityTypeIssueDeleted {
    content: {
        id: number;
        key_id: number;
    };
    created?: string;
    createdUser?: User;
    id: number;
    notifications?: ActivityNotification[];
    project?: ActivityProject;
    type: 4;
}

Hierarchy

  • ActivityBase
    • ActivityTypeIssueDeleted

Properties

content: {
    id: number;
    key_id: number;
}
created?: string
createdUser?: User
id: number
notifications?: ActivityNotification[]
project?: ActivityProject
type: 4