Skip to content

Commit

Permalink
fix: add missing type to channel interface (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeocodes authored Dec 5, 2023
1 parent 2fcc990 commit 520565d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/types/SyncPrerecordedResponse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ interface Channel {
search?: Search[];
alternatives: Alternative[];
detected_language?: string;
language_confidence?: number;
}

interface Entity {
Expand Down

0 comments on commit 520565d

Please sign in to comment.