@o3r/core
Version:
Core of the Otter Framework
9 lines • 316 B
TypeScript
import type { Rule } from '@angular-devkit/schematics';
/**
* Rule to update the configuration declaration
* As configuration cannot be legacy anymore,
* we remove the parametrized type of the interface
* @param tree
*/
export declare const updateConfiguration: Rule;
//# sourceMappingURL=configuration.d.ts.map