@opengis/fastify-table
Version:
core-plugins
14 lines • 425 B
TypeScript
import type { FastifyReply } from "fastify";
import type { ExtendedPG } from "../../../types/core.js";
export default function codeGenerator({ pg, params, user, query, }: {
pg: ExtendedPG;
params: {
token?: string;
column?: string;
};
user: Record<string, any>;
query: {
data?: "string ";
};
}, reply: FastifyReply): Promise<never>;
//# sourceMappingURL=code.generator.d.ts.map