/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface ReleaseNotesContentAsResponse { /** * The generated name of the release */ name: string; /** * The generated body describing the contents of the release supporting markdown formatting */ body: string; } //# sourceMappingURL=ReleaseNotesContentAsResponse.d.ts.map