UNPKG

@materia/interfaces

Version:
8 lines (7 loc) 126 B
export interface IGitRemote { name: string; url: string; } export interface IGitConfig { defaultRemote: string; }