smartgit/dist/smartgit.remote.d.ts
2016-07-03 04:37:03 +02:00

5 lines
92 B
TypeScript

export declare let remote: {
add: (dirPathArg: any) => void;
remove: () => void;
};