Skip to content

Commit

Permalink
Fixed isssue microsoft#1155
Browse files Browse the repository at this point in the history
  • Loading branch information
tolotrasamuel authored Sep 5, 2019
1 parent b0793ce commit 3beeca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/botbuilder-dialogs/src/prompts/prompt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,6 @@ export abstract class Prompt<T> extends Dialog {
* @private
*/
interface PromptState {
state: object;
state: any;
options: PromptOptions;
}

0 comments on commit 3beeca1

Please sign in to comment.