File

src/shared/model/Sheet.ts

Extends

IHasExercises

Index

Properties

Properties

bonusSheet
bonusSheet: boolean
Type : boolean
exercises
exercises: IExercise[]
Type : IExercise[]
sheetNo
sheetNo: number
Type : number
import { IExercise, IExerciseDTO, IHasExercises } from './HasExercises';

export interface ISheet extends IHasExercises {
    bonusSheet: boolean;
    exercises: IExercise[];
    sheetNo: number;
}

export interface ISheetDTO {
    bonusSheet: boolean;
    exercises: IExerciseDTO[];
    sheetNo: number;
}

results matching ""

    No results matching ""