smartgit/dist/smartgit.remote.d.ts

6 lines
190 B
TypeScript

export declare let remote: {
add: (dirPathArg: any, remoteNameArg: string, remoteLinkArg: string) => any;
list: (dirPathArg: any) => any;
remove: (dirPathArg: string) => any;
};