mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
Changed interface to class
This commit is contained in:
2
types/nodegit/checkout-options.d.ts
vendored
2
types/nodegit/checkout-options.d.ts
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user