import type { EEslintFeature } from "../enum/eslint-feature.enum"; export interface IEslintFeatureGroup { features: Array; name: string; } //# sourceMappingURL=eslint-feature-group.interface.d.ts.map