@o3r/localization
Version:
This module provides a runtime dynamic language/translation support and debug tools.
6 lines • 315 B
TypeScript
import type { NgAddOptions, SchematicOptionObject } from '@o3r/schematics';
export interface NgAddSchematicsSchema extends NgAddOptions, SchematicOptionObject {
/** Skip the linter process which includes the run of EsLint and EditorConfig rules */
skipLinter: boolean;
}
//# sourceMappingURL=schema.d.ts.map