CLOVER Website - v0.3.1
    Preparing search index...

    Function getClassesByInstructor

    • Fetches all classes from the database for an instructor.

      Parameters

      • instructorId: string

        The ID of the instructor

      Returns Promise<{ data?: UserClass[]; error?: string }>

      • The response from the server