Confluence.js - Cloud and Server API library
    Preparing search index...

    Interface Version

    interface Version {
        _expandable: { collaborators: string; content: string };
        _links: GenericLinks;
        by: User;
        collaborators?: UsersUserKeys;
        content?: Models.Content;
        friendlyWhen: string;
        message: string;
        minorEdit: boolean;
        number: number;
        when: string;
    }
    Index

    Properties

    _expandable: { collaborators: string; content: string }
    _links: GenericLinks
    by: User
    collaborators?: UsersUserKeys
    content?: Models.Content
    friendlyWhen: string
    message: string
    minorEdit: boolean
    number: number
    when: string