UNPKG

@webhare/moodle-webservice

Version:

Moodle Web Service API client with intellisense and typechecking

12 lines (11 loc) 235 B
export default interface IMoodleWSFn { area: string; name: string; minVersion: string; description: string; isAjax: boolean; isLogin: boolean; module: string; facility: string; preferName: string; }