mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-07 23:37:35 +08:00
Status typings
This commit is contained in:
8
types/nodegit/status-options.d.ts
vendored
Normal file
8
types/nodegit/status-options.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import { Strarray } from './str-array';
|
||||
|
||||
export interface StatusOptions {
|
||||
version: number;
|
||||
show: number;
|
||||
flags: number;
|
||||
pathspec: Strarray;
|
||||
}
|
||||
Reference in New Issue
Block a user