UNPKG

@webhare/moodle-webservice

Version:

Moodle Web Service API client with intellisense and typechecking

10 lines (9 loc) 211 B
export default interface IMoodleAttachment { filename: string; filepath: string; filesize: number; fileurl: string; timemodified: number; mimetype: string; isexternalfile: boolean; }