Interface for Instructor

interface Instructor {
    email: string;
}

Properties

Properties

email: string