export interface Voices {
    name: string | null;
    country: string | null;
}
