/*! * Copyright Adaptavist 2022 (c) All rights reserved */ import { LabeledContentTypeAsResponse } from "../definitions/LabeledContentTypeAsResponse"; export interface LabeledContentAsResponse { contentType: LabeledContentTypeAsResponse; contentId: number; /** * Title of the content. */ title: string; } //# sourceMappingURL=LabeledContentAsResponse.d.ts.map