@gibme/tablo.tv
    Preparing search index...

    Type Alias Location

    type Location = {
        location: {
            area: string;
            latitude: number;
            locality: string;
            longitude: number;
            name: string;
            postal_code: string;
            state: string;
        };
        state: string;
        timezone: {
            does_dst: boolean;
            dst_offset: number;
            name: string;
            raw_offset: number;
        };
    }
    Index

    Properties

    location: {
        area: string;
        latitude: number;
        locality: string;
        longitude: number;
        name: string;
        postal_code: string;
        state: string;
    }
    state: string
    timezone: {
        does_dst: boolean;
        dst_offset: number;
        name: string;
        raw_offset: number;
    }