export interface IFrameworkConfigIgnorePath {
    directories: Array<string>;
    patterns: Array<string>;
}
