/*! * Copyright Adaptavist 2022 (c) All rights reserved */ import { AncestorTypeAsResponse } from "../definitions/AncestorTypeAsResponse"; export interface AncestorAsResponse { /** * ID of the ancestor */ id?: string; type?: AncestorTypeAsResponse; } //# sourceMappingURL=AncestorAsResponse.d.ts.map