/*! * Copyright Adaptavist 2022 (c) All rights reserved */ import { Content } from "../definitions/Content"; import { GenericLinks } from "../definitions/GenericLinks"; export interface ContentArray { results: Array; start?: number; limit?: number; size: number; _links: GenericLinks; } //# sourceMappingURL=ContentArray.d.ts.map