export const VOICE_IDS = [ 'alloy', 'ash', 'ballad', 'coral', 'echo', 'sage', 'shimmer', 'verse', ] as const; export type VoiceId = (typeof VOICE_IDS)[number];