UNPKG

@types/nodegit

Version:

TypeScript definitions for nodegit

10 lines (8 loc) 253 B
import { MergeOptions } from './merge-options'; import { CheckoutOptions } from './checkout-options'; export interface CherrypickOptions { version?: number; mainline?: number; mergeOpts?: MergeOptions; checkoutOpts?: CheckoutOptions; }