@versatiles/style
    Preparing search index...

    Type Alias ResolvedSky

    ResolvedSky:
        | false
        | Required<Omit<SkyOptions, "skyColor">> & Pick<SkyOptions, "skyColor">

    false when the sky is off. Otherwise every sky value but skyColor, which is set only when the caller set it.