CreateSessionData
Data required to create a new session
Extended by
Properties
curriculumId?
optional curriculumId: string;
Optional curriculum ID to associate with the session
duration?
optional duration: number;
Optional duration in minutes (defaults to 60 min if not provided)
scheduledAt
scheduledAt: ISOString;
Date and time when the session should be scheduled (ISO string format)
studentId
studentId: string;
ID of the student for the session
tutorId
tutorId: string;
ID of the tutor for the session