interface ActivityTypeWikiDeleted {
    content: {
        attachments: AttachmentFile[];
        content: string;
        diff: null;
        id: number;
        name: string;
        shared_files: ActivitySharedFile[];
        version: null;
    };
    created?: string;
    createdUser?: User;
    id: number;
    notifications?: ActivityNotification[];
    project?: ActivityProject;
    type: 7;
}

Hierarchy

  • ActivityBase
    • ActivityTypeWikiDeleted

Properties

content: {
    attachments: AttachmentFile[];
    content: string;
    diff: null;
    id: number;
    name: string;
    shared_files: ActivitySharedFile[];
    version: null;
}
created?: string
createdUser?: User
id: number
notifications?: ActivityNotification[]
project?: ActivityProject
type: 7