File

src/shared/model/Common.ts

Extends

HasId

Index

Properties

Properties

slot
slot: string
Type : string
time
time: string
Type : string

Start and endtime in the form of a luxon interval.

weekday
weekday: number
Type : number
export interface HasId {
    readonly id: string;
}

export interface NamedElement extends HasId {
    readonly firstname: string;
    readonly lastname: string;
}

export interface ITutorialInEntity extends HasId {
    readonly slot: string;
    readonly weekday: number;

    /** Start and endtime in the form of a luxon interval. */
    readonly time: string;
}

results matching ""

    No results matching ""