import NameValuePair from '../types/NameValuePair'; export default interface IMoodleWSData { data: [NameValuePair]; }