@o3r/dynamic-content
Version:
This module provides a mechanism to retrieve media and data depending on the host or a server specific url.
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