import type * as TrophyApi from "../index";
/**
 * Request body for updating attributes.
 */
export type UpdateAttributesRequest = TrophyApi.UpdateAttributeRequestItem[];
