UNPKG

@webhare/moodle-webservice

Version:

Moodle Web Service API client with intellisense and typechecking

6 lines (5 loc) 110 B
export default interface IMoodleQuestionChoice { value: number; label?: string; image?: string; }