UNPKG

@webhare/moodle-webservice

Version:

Moodle Web Service API client with intellisense and typechecking

5 lines (4 loc) 122 B
import NameValuePair from '../types/NameValuePair'; export default interface IMoodleWSData { data: [NameValuePair]; }