Member Junction
    Preparing search index...
    interface CreateUserSummary {
        coursesEnrolled: number;
        email: string;
        fullName: string;
        loginUrl?: string;
        role: string;
        status: string;
        totalCoursesRequested: number;
        userId: string;
        username?: string;
        welcomeEmailSent: boolean;
    }
    Index

    Properties

    coursesEnrolled: number
    email: string
    fullName: string
    loginUrl?: string
    role: string
    status: string
    totalCoursesRequested: number
    userId: string
    username?: string
    welcomeEmailSent: boolean