import type { VariableValue } from "@catladder/pipeline";

export type Choice = {
  env?: string;
  componentName?: string;
};
