@o3r/third-party
Version:
This module provides a bridge to communicate with third parties via an iFrame solution.
8 lines • 315 B
TypeScript
import type { SchematicOptionObject } from '@o3r/schematics';
export interface NgAddSchematicsSchema extends SchematicOptionObject {
/** Project name */
projectName?: string | undefined;
/** Use a pinned version for otter packages */
exactO3rVersion?: boolean;
}
//# sourceMappingURL=schema.d.ts.map