UNPKG

@webhare/moodle-webservice

Version:

Moodle Web Service API client with intellisense and typechecking

12 lines (11 loc) 261 B
export default interface IMoodlePostCapabilities { view: boolean; edit: boolean; delete: boolean; split: boolean; reply: boolean; selfenrol: boolean; export: boolean; controlreadstatus: boolean; canreplyprivately: boolean; }