UNPKG

@types/nodegit

Version:
9 lines (7 loc) 134 B
import { Oid } from "./oid"; export class PushUpdate { srcRefname: string; dstRefname: string; src: Oid; dst: Oid; }