compile fix

This commit is contained in:
Philipp Kunz 2016-06-22 11:55:23 +02:00
parent 3afadd9045
commit 19498f7b11
2 changed files with 6 additions and 2 deletions

View File

@ -11,6 +11,7 @@ export declare class Smartcli {
addCommand(definitionArg: {
commandName: string;
}): any;
getCommandPromise(commandNameArg: any): void;
addQuestion(definitionArg: {
questionString: string;
questionType: string;

File diff suppressed because one or more lines are too long