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

Hierarchy

  • ActivityBase
    • ActivityTypeWikiUpdated

Properties

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