ImageModerationMatchUrlInputResponse type
Contains response data for the matchUrlInput operation.
type ImageModerationMatchUrlInputResponse = MatchResponse & { _response: HttpResponse & { bodyAsText: string, parsedBody: MatchResponse } }