/** * Serializer for points metrics. */ export type PointsMetric = { total: number; details?: Array>; };