Type alias MoodleExporterInitialize

MoodleExporterInitialize: {
    base: string;
    password: string;
    username: string;
} | {
    base: string;
    session: string;
}

Represents the initialization options for the Moodle exporter.

Type declaration

  • base: string

    The base URL for the Moodle instance.

  • password: string

    The password for the Moodle instance.

  • username: string

    The username for the Moodle instance.

Type declaration

  • base: string

    The base URL for the Moodle instance.

  • session: string

    The MoodleSession cookie value.

Generated using TypeDoc