/** * Representation of the 'Score' schema. */ export type Score = { value: number; } & Record; //# sourceMappingURL=score.d.ts.map