interface MultiEntityLinks {
    base?: string;
    next?: string;
}

Hierarchy

  • Record<string, unknown>
    • MultiEntityLinks

Properties

Properties

base?: string

Base url of the Confluence site.

next?: string

Used for pagination. Contains the relative URL for the next set of results, using a cursor query parameter. This property will not be present if there is no additional data available.