interface AssignedTeam {
    id: number;
    wordsCount: number;
}

Properties

Properties

id: number
wordsCount: number