Type alias DailyProtectionTimeResponse

DailyProtectionTimeResponse: { from_time: string; from_uv: number; to_time: string; to_uv: number }

Type declaration

  • from_time: string

    "protection from" datetime, UTC yyyy-MM-ddTHH:mm:ss.SSSZ ISO-8601. null if no datetime found

  • from_uv: number

    estimated UV Index at "protection from" datetime

  • to_time: string

    "protection to" datetime, UTC yyyy-MM-ddTHH:mm:ss.SSSZ ISO-8601. null if no datetime found

  • to_uv: number

    estimated UV Index at "protection to" datetime

Generated using TypeDoc