import { SessionType } from "../../../../enums"; export default class SessionCreateRequest { type: SessionType; start: string; end: string; }