UNPKG

@berenddeboer/nx-aws-cdk

Version:

Nx self-inferring plugin for AWS CDK stacks

8 lines (7 loc) 188 B
export interface ParsedExecutorInterface { stacks?: string[]; context?: Record<string, string>; otherArgs?: Record<string, string>; sourceRoot: string; root: string; }