smartstring/dist/smartstring.git.d.ts
2016-07-06 10:04:25 +02:00

10 lines
209 B
TypeScript

export declare class GitRepo {
host: string;
user: string;
repo: string;
accessToken: string;
sshUrl: string;
httpsUrl: string;
constructor(stringArg: string, tokenArg?: string);
}