Changed interface to class

This commit is contained in:
Dolan
2017-06-07 03:06:21 +01:00
parent 7e79f7358a
commit f7b5a33770

View File

@@ -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;