diff --git a/packages/cozy-stack-client/src/FileCollection.js b/packages/cozy-stack-client/src/FileCollection.js index e31d11407c..cef96991a4 100644 --- a/packages/cozy-stack-client/src/FileCollection.js +++ b/packages/cozy-stack-client/src/FileCollection.js @@ -37,7 +37,6 @@ import logger from './logger' * @typedef {object} DirectoryAttributes * @property {string} dirId - Id of the parent directory. * @property {string} name - Name of the created directory. - * @property {boolean} executable - Indicates whether the file will be executable. * @property {Date} [lastModifiedDate] - Last modified date */ /**