export interface FileInterface {
    name: string;
    ext: string;
}
