interface Goodness {
    id: string;
    score: number;
}

Properties

Properties

id: string
score: number