UNPKG

@materia/interfaces

Version:
5 lines (4 loc) 74 B
export interface IGitDiff { original: string; modified: string; }