@scalar/fastify-api-reference
Version:
a fastify plugin to render an API reference from an OpenAPI file
9 lines • 491 B
TypeScript
import type { FastifyBaseLogger, FastifyTypeProviderDefault, RawServerDefault } from 'fastify';
import type { FastifyApiReferenceOptions } from './types.js';
/**
* The custom theme for Fastify
*/
export declare const customTheme = "";
declare const fastifyApiReference: import("fastify").FastifyPluginCallback<FastifyApiReferenceOptions, RawServerDefault, FastifyTypeProviderDefault, FastifyBaseLogger>;
export default fastifyApiReference;
//# sourceMappingURL=fastifyApiReference.d.ts.map