We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52b73a0 commit b0b7a73Copy full SHA for b0b7a73
src/index.d.ts
@@ -2,15 +2,15 @@ export interface InitOptions {
2
/**
3
* Android: AudioAttributes flags
4
*/
5
- flags: number;
+ flags?: number;
6
7
* Android: AudioAttributes contentType
8
9
- contentType: number;
+ contentType?: number;
10
11
* Android: AudioAttributes usage
12
13
- usage: number;
+ usage?: number;
14
}
15
16
export declare class TNSTextToSpeech {
0 commit comments