interface ActivityTypeCommentNotificationAdded {
    content: {
        attachments: AttachmentFile[];
        changes: [];
        comment: ActivityTypeComment;
        description: string;
        external_file_links: ActivityExternalFileLinks[];
        id: number;
        key_id: number;
        shared_files: ActivitySharedFile[];
        summary: string;
    };
    created?: string;
    createdUser?: User;
    id: number;
    notifications?: ActivityNotification[];
    project?: ActivityProject;
    type: 17;
}

Hierarchy

  • ActivityBase
    • ActivityTypeCommentNotificationAdded

Properties

content: {
    attachments: AttachmentFile[];
    changes: [];
    comment: ActivityTypeComment;
    description: string;
    external_file_links: ActivityExternalFileLinks[];
    id: number;
    key_id: number;
    shared_files: ActivitySharedFile[];
    summary: string;
}
created?: string
createdUser?: User
id: number
notifications?: ActivityNotification[]
project?: ActivityProject
type: 17