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