UNPKG

fastify-openapi-connector

Version:

Fastify plugin that will set-up routes with security & json validation based on OpenAPI specification

7 lines (6 loc) 232 B
import type { FastifyPluginAsync } from 'fastify'; import type { Options } from './types.js'; /** * Plugin to connect Fastify with OpenAPI specification */ export declare const openApiConnectorPlugin: FastifyPluginAsync<Options>;