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