Interface EnrollmentsSettingsOptions

Hierarchy

  • EnrollmentsSettingsOptions

Properties

autoSchedulingInput?: (() => any)

Type declaration

    • (): any
    • Returns any

autoSchedulingSchedule?: WorkerSchedule
enrollmentNumberHashFn?: ((enrollment: Enrollment, index: number) => string)

Type declaration

    • (enrollment: Enrollment, index: number): string
    • Parameters

      Returns string