ListManagementImageListsUpdateResponse type
Contains response data for the update operation.
type ListManagementImageListsUpdateResponse = ImageList & { _response: HttpResponse & { bodyAsText: string, parsedBody: ImageList } }