export interface CdkExecutorSchema {
  command: string
  stacks?: string[]
  context?: string[]
}
