import type { FastifyReply } from "fastify"; import type { ExtendedPG } from "../../../types/core.js"; export default function postAppSettings({ pg, body, user, params, }: { pg: ExtendedPG; body: Record; user: Record; params?: { entity: string; }; }, reply: FastifyReply): Promise; //# sourceMappingURL=properties.post.d.ts.map