diff --git a/types/nodegit/checkout-options.d.ts b/types/nodegit/checkout-options.d.ts index c799ce2047..4122dfbe28 100644 --- a/types/nodegit/checkout-options.d.ts +++ b/types/nodegit/checkout-options.d.ts @@ -2,7 +2,7 @@ import { Strarray } from './str-array'; import { Tree } from './tree'; import { Index } from './index'; -export interface CheckoutOptions { +export class CheckoutOptions { version?: number; checkoutStrategy?: number; disableFilters?: number;