export default interface IIndexJson {
    files: string[];
    folders: string[];
}
