/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface GitRefAsResponse { ref: string; node_id: string; url: string; object: { type: string; /** * SHA for the reference */ sha: string; url: string; }; } //# sourceMappingURL=GitRefAsResponse.d.ts.map