Gateway time zone

interface Timezone {
    code: string;
    name: string;
    offset: string;
}

Properties

Properties

code: string
name: string
offset: string