UNPKG

@opengis/fastify-table

Version:

core-plugins

8 lines 178 B
export default function checkSQL({ body, schema }: any): { body: any; error?: undefined; } | { error: string; body: any; }; //# sourceMappingURL=checkSQL.d.ts.map