UNPKG

@materia/interfaces

Version:
6 lines (5 loc) 94 B
export interface IGitStatus { path: string; index: string; working_dir: string; }