ol-mapbox-style
    Preparing search index...

    Type Alias SpriteImageUrl

    SpriteImageUrl:
        | string
        | Request
        | Response
        | Promise<string | Request | Response>
        | Object<
            string,
            string
            | Request
            | Response
            | Promise<string | Request | Response>,
        >