export interface IBranch { name: string; commitSha: string; } export interface ITag { name: string; commitSha: string; }