UNPKG

fastify-mikro-orm

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