export function isFolderType(type: string) { return type === 'folder'; }