UNPKG

@flowaccount/nx-aws-cdk

Version:

aws-cdk executors and generators for nx workspace

12 lines (10 loc) 311 B
import { Schema } from './schema'; import { IApplicationStackEnvironmentConfig } from '../types'; export interface NormalizedSchema extends Schema { parsedTags: string[]; appProjectRoot: string; // projectName: string; // projectRoot: string; // projectDirectory: string; // skipFormat: boolean; }