UNPKG

@o3r/third-party

Version:

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

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