@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
11 lines • 327 B
TypeScript
import { OvhPabxTtsVoiceEnum } from './OvhPabxTtsVoiceEnum';
/** The PABX Text To Speech sounds */
export interface OvhPabxTts {
/** */
id: number;
/** The text that will be played */
text: string;
/** The voice used to say text */
voice: OvhPabxTtsVoiceEnum;
}
//# sourceMappingURL=OvhPabxTts.d.ts.map