import IMoodleWSFn from './IMoodleWSFn'; export default interface IMoodleWSDefinition { created: string; items: IMoodleWSFn[]; }