From 4205d9c8bf51c1cbeaa7bcc0feb740b237dfb96c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20Guti=C3=A9rrez?= Date: Tue, 3 Sep 2019 10:09:37 +0200 Subject: [PATCH] Add attribute name on File. --- src/ddo/MetaData.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/ddo/MetaData.ts b/src/ddo/MetaData.ts index 61973f5..1ee420a 100644 --- a/src/ddo/MetaData.ts +++ b/src/ddo/MetaData.ts @@ -1,4 +1,10 @@ export interface File { + /** + * File name. + * @type {string} + */ + name?: string + /** * File URL. * @type {string}