interface ITimezone {
    label: string;
    name: string;
    tzCode: string;
    utc: string;
}

Properties

Properties

label: string
name: string
tzCode: string
utc: string