I have a node + typescript project. And am doing the following:
export class Slot { startTime: Date; constructor(_startTime: Date){ this.startTime = _s