UNPKG

@webhare/moodle-webservice

Version:

Moodle Web Service API client with intellisense and typechecking

9 lines (8 loc) 242 B
import NumericBoolean from "../types/NumericBoolean"; export default interface IMoodleQuestionUpdate { slot: number; instance: string | number; answer?: string | number; sequencecheck?: number; flagged?: NumericBoolean; }