export class FileElement {
  isFolder: boolean;
  name: string;
  size: number;
  online: boolean;
}