export interface NestedFolder { name: string; members: string[]; }