Gradebook Frontend Documentation - v0.0.0
    Preparing search index...
    interface User {
        email: string;
        firstName: string;
        image: string;
        lastName: string;
        role: UserRole;
    }
    Index

    Properties

    email: string
    firstName: string
    image: string
    lastName: string
    role: UserRole