Skip to content

Commit

Permalink
accept arbitrary state
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroenv authored Apr 7, 2020
1 parent 9fe79ab commit 4f40e97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/voiceSearchHelper/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export type VoiceListeningState = {
transcript: string;
isSpeechFinal: boolean;
errorCode?: string;
[key: string]: any;
};

export type VoiceSearchHelperParams = {
Expand Down

0 comments on commit 4f40e97

Please sign in to comment.