Skip to content

Commit

Permalink
fix(TypeScript): change type from string literal to string type (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdboop committed Sep 4, 2020
1 parent cd64d46 commit 86e4bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/VoiceModuleTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export type SpeechResultsEvent = {

export type SpeechErrorEvent = {
error?: {
code?: 'string';
code?: string;
message?: string;
};
};
Expand Down

0 comments on commit 86e4bc1

Please sign in to comment.