import type * as TrophyApi from "../index";
/**
 * Request body for creating attributes.
 */
export type CreateAttributesRequest = TrophyApi.CreateAttributeRequestItem[];
