/*! * Copyright Adaptavist 2022 (c) All rights reserved */ import { LinkGroupAsResponse } from "../definitions/LinkGroupAsResponse"; export interface OperationsAsResponse { /** * Details of the link groups defining issue operations. */ linkGroups?: Array; [x: string]: any; } //# sourceMappingURL=OperationsAsResponse.d.ts.map