Type alias TextToVoicePayload
TextToVoicePayload: {
_v?: number;
subtitle?: string;
target?: HTMLElement;
text: string;
type: string;
}
Type declaration
Optional _v?: number
Optional subtitle?: string
Optional target?: HTMLElement
text: string
type: string