export type MetodoHttpOpenApi = 'get' | 'post' | 'put' | 'delete' | 'patch';
