/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface MergedUpstreamAsResponse { message?: string; merge_type?: "merge" | "fast-forward" | "none"; base_branch?: string; } //# sourceMappingURL=MergedUpstreamAsResponse.d.ts.map