UNPKG

fastify-mikro-orm

Version:
6 lines (5 loc) 307 B
/// <reference types="node" /> import type { FastifyPluginAsync } from 'fastify'; import type { fastifyMikroOrm } from './types'; declare const _default: FastifyPluginAsync<fastifyMikroOrm.MikroORMPluginOptions, import("http").Server, import("fastify").FastifyTypeProviderDefault>; export default _default;