UNPKG

@ai-stack/payloadcms

Version:

<p align="center"> <img alt="Payload AI Plugin" src="assets/payload-ai-intro.gif" width="100%" /> </p>

9 lines (8 loc) 166 B
export type Voice = { [key: string]: any; name?: string; voice_id: string; }; export declare const getAllVoices: () => Promise<{ voices: Voice[]; }>;