diff --git a/types/plugin.d.ts b/types/plugin.d.ts index 02d874b..502ccca 100644 --- a/types/plugin.d.ts +++ b/types/plugin.d.ts @@ -33,7 +33,7 @@ declare namespace fastifyPlugin { * @deprecated Use PluginMetadata instead */ export interface PluginOptions extends PluginMetadata {} - + export const fastifyPlugin: FastifyPlugin export { fastifyPlugin as default } }