export interface FoldersCommonFile { folders: { name: string; oid: string; parent?: string; }[]; materials: { gid: string; parent?: string; }[]; }