export default interface IFolderSummaryState {
    name: string;
    fileCount: number;
    modified: Date;
}
