@opengis/fastify-table
Version:
core-plugins
11 lines • 388 B
TypeScript
import type { FastifyReply } from "fastify";
import type { ExtendedPG } from "../../../types/core.js";
export default function postAppSettings({ pg, body, user, params, }: {
pg: ExtendedPG;
body: Record<string, any>;
user: Record<string, any>;
params?: {
entity: string;
};
}, reply: FastifyReply): Promise<never>;
//# sourceMappingURL=properties.post.d.ts.map