export interface CdkExecutorSchema {
  predefinedArguments?: string[];
  __unparsed__: string[];
}
