"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
/**
* The file class represents a file in nextcloud.
* It exposes file properties and content handling, commenting and tagging
*/classFileSystemElement {
}
exports.default = FileSystemElement;