Preparing search index...

    Variable PrecipitationTypeSchemaConst

    PrecipitationTypeSchema: TUnion<
        [
            TLiteral<"rain">,
            TLiteral<"thunderstorm">,
            TLiteral<"snow">,
            TLiteral<"freezing rain">,
            TLiteral<"mixed/ice">,
        ],
    > = ...

    Precipitation type