interface ContentChildren {
    _expandable: {
        attachment?: string;
        comment?: string;
        page?: string;
    };
    _links: Record<string, any>;
    attachment?: Pagination<ServerModels.Content>;
    comment?: Pagination<ServerModels.Content>;
    page?: Pagination<ServerModels.Content>;
}

Properties

_expandable: {
    attachment?: string;
    comment?: string;
    page?: string;
}

Type declaration

  • Optional attachment?: string
  • Optional comment?: string
  • Optional page?: string
_links: Record<string, any>

Generated using TypeDoc v0.25.12