/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface PullRequestMergeResultAsResponse { sha: string; merged: boolean; message: string; } //# sourceMappingURL=PullRequestMergeResultAsResponse.d.ts.map