UNPKG

@o3r/third-party

Version:

This module provides a bridge to communicate with third parties via an iFrame solution.

8 lines 344 B
import type { SchematicOptionObject } from '@o3r/schematics'; export interface NgAddIframeSchematicsSchema extends SchematicOptionObject { /** Path to the component */ path: string; /** Skip the linter process which includes the run of EsLint and EditorConfig rules */ skipLinter: boolean; } //# sourceMappingURL=schema.d.ts.map