UNPKG

@types/nodegit

Version:
9 lines (7 loc) 131 B
import { Oid } from "./oid"; export class TreeUpdate { action: number; filemode: number; id: Oid; path: string; }