/*! * Copyright Adaptavist 2022 (c) All rights reserved */ import { GenericLinksAsResponse } from "../definitions/GenericLinksAsResponse"; export interface MacroInstanceAsResponse { name?: string; body?: string; parameters?: any; _links?: GenericLinksAsResponse; } //# sourceMappingURL=MacroInstanceAsResponse.d.ts.map