UNPKG

@opengis/fastify-table

Version:

core-plugins

14 lines 400 B
import { type FastifyReply } from "fastify"; import { type ExtendedPG } from "../../../types/core.js"; export default function accessGroup({ pg, params, user, unittest, }: { pg: ExtendedPG; params: { id: string; }; user: Record<string, any>; unittest?: any; }, reply: FastifyReply): Promise<{ routes: any; users: any; }>; //# sourceMappingURL=access.group.d.ts.map