interface ContentElements {
    EndTime: Date;
    ID: string;
    IsActive: boolean;
    Name: string;
    StartTime: Date;
}

Hierarchy (view full)

Properties

EndTime: Date
ID: string
IsActive: boolean
Name: string
StartTime: Date