UNPKG

gradebook-base

Version:

Defines simple interfaces for gradebook projects.

8 lines (7 loc) 186 B
import { ISkill, IWeight, IGradeMastery } from '.'; export interface ISkillConfig { name: string; skill: ISkill; weight: IWeight; gradeMastery: IGradeMastery[]; }