smartgit/dist/smartgit.remote.d.ts

6 lines
190 B
TypeScript
Raw Normal View History

2016-07-03 02:37:03 +00:00
export declare let remote: {
2016-07-04 01:49:24 +00:00
add: (dirPathArg: any, remoteNameArg: string, remoteLinkArg: string) => any;
list: (dirPathArg: any) => any;
remove: (dirPathArg: string) => any;
2016-07-03 02:37:03 +00:00
};