import type * as TrophyApi from "../index";
/**
 * A paginated list of metrics.
 */
export type ListMetricsResponse = TrophyApi.CreatedMetric[];
