ListManagementImageAddImageResponse type
Contains response data for the addImage operation.
type ListManagementImageAddImageResponse = Image & { _response: HttpResponse & { bodyAsText: string, parsedBody: Image } }