UNPKG

@materia/interfaces

Version:
5 lines (4 loc) 70 B
export interface IGitBranch { name: string; head?: boolean; }