/** * Google voice selection parameters. */ export interface GoogleTtsVoiceSelectionParams { /** Google voice name */ name: string; /** Accepts any additional properties */ [key: string]: any; }