some updates

This commit is contained in:
2016-06-26 04:07:03 +02:00
parent ef2b31b4b2
commit 38165f11db
7 changed files with 18 additions and 4 deletions

View File

@ -18,5 +18,5 @@ export declare class SshKey {
authorized: boolean;
type: any;
read(filePathArg: any): void;
store(dirPathArg?: string): void;
store(dirPathArg: string): void;
}

File diff suppressed because one or more lines are too long