/*! * Copyright Adaptavist 2022 (c) All rights reserved */ import { BodyBulkAsResponse } from "../definitions/BodyBulkAsResponse"; export interface VersionedEntityAsResponse { /** * Title of the entity. */ title?: string; /** * ID of the entity. */ id?: string; body?: BodyBulkAsResponse; } //# sourceMappingURL=VersionedEntityAsResponse.d.ts.map