export interface ConfigFilesPathModelInterface {
    path: string;
}
