UNPKG

@webhare/moodle-webservice

Version:

Moodle Web Service API client with intellisense and typechecking

9 lines (8 loc) 261 B
import IMoodleWSWarning from './IMoodleWSWarning'; export default interface IMoodleAttemptAccessInfo { endtime: number; isfinished: boolean; ispreflightcheckrequired: true; preventnewattemptreasons: string[]; warnings: IMoodleWSWarning[]; }