export interface BodyParameter { name: string; required: boolean; type: string; }