UNPKG

@types/nodegit

Version:
9 lines (7 loc) 211 B
import { StatusEntry } from "./status-entry"; export interface StatusFileOptions { path?: string | undefined; status?: number | undefined; entry?: StatusEntry | undefined; [key: string]: any; }