Interface RawInstructorData

interface RawInstructorData {
    commonName?: string;
    email: string;
    firstName: string;
    lastName: string;
    name: string;
    office: string;
    officeHours: string;
    phone: string;
    profileUrl: string;
    roleCode: InstructorRole;
}

Properties

commonName?: string
email: string
firstName: string
lastName: string
name: string
office: string
officeHours: string
phone: string
profileUrl: string
roleCode: InstructorRole