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

    Interface GroupArrayWithLinks

    Same as GroupArray but with _links property.

    interface GroupArrayWithLinks {
        _links: Record<string, any>;
        limit: number;
        results: Models.Group[];
        size: number;
        start: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    _links: Record<string, any>
    limit: number
    results: Models.Group[]
    size: number
    start: number