export interface EnforcedConfig {
	[key: string]: EnforcedConfig | true;
}
