/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface BranchShortAsResponse { name: string; commit: { sha: string; url: string; }; protected: boolean; } //# sourceMappingURL=BranchShortAsResponse.d.ts.map