export interface ParameterOptions {
  required?: boolean;
  schema?: {
    type?: string;
  };
}
