export interface SwaggerWithContent { type?: string; example?: any; required?: boolean; }