export const SWAGGER2_HTTP_METHODS = [ 'get', 'put', 'post', 'delete', 'options', 'head', 'patch', ] as const;