Interface

GWeather-4.0GWeatherInfoConstructorProps

interface ConstructorProps {
    application_id: string;
    applicationId: string;
    contact_info: string;
    contactInfo: string;
    enabled_providers: GWeather.Provider;
    enabledProviders: GWeather.Provider;
    location: GWeather.Location;
}

Hierarchy (View Summary)

Index

Properties

application_id: string
applicationId: string
contact_info: string
contactInfo: string
enabled_providers: GWeather.Provider
enabledProviders: GWeather.Provider
location: GWeather.Location