export interface TimeZoneProps {
    zone: string;
    time: string;
}
