File

src/shared/model/Scheinexam.ts

Extends

IRatedEntityDTO

Index

Properties

Properties

date
date: string
Type : string
scheinExamNo
scheinExamNo: number
Type : number
import { IRatedEntity, IRatedEntityDTO } from './RatedEntity';

export interface IScheinExam extends IRatedEntity {
    date: string;
    scheinExamNo: number;
}

export interface IScheinexamDTO extends IRatedEntityDTO {
    date: string;
    scheinExamNo: number;
}

results matching ""

    No results matching ""