@opengis/fastify-table
Version:
core-plugins
10 lines • 323 B
TypeScript
import type { FastifyReply } from "fastify";
import type { ExtendedPG } from "../../../types/core.js";
export default function filePreview({ pg, query, }: {
pg: ExtendedPG;
query: {
id?: string;
nocache?: any;
};
}, reply: FastifyReply): Promise<never>;
//# sourceMappingURL=filePreview.d.ts.map