UNPKG

@opengis/fastify-table

Version:

core-plugins

13 lines 399 B
import type { FastifyReply } from "fastify"; import type { ExtendedPG } from "../../../types/core.js"; export default function getAppSettings({ pg, query, params, user, }: { pg: ExtendedPG; query?: { keys: string; }; params?: { entity: string; }; user: Record<string, any>; }, reply: FastifyReply): Promise<never>; //# sourceMappingURL=properties.get.d.ts.map