UNPKG

@opengis/fastify-table

Version:

core-plugins

11 lines 388 B
import type { ExtendedPG } from "../../../types/core.js"; export default function dataDelete({ table: table1, tokenData, referer, id, pg: pg1, uid, query, }: { table: string; tokenData?: Record<string, any>; referer?: string; id: string | number; pg?: ExtendedPG; uid: string | number; query?: string; }): Promise<any>; //# sourceMappingURL=dataDelete.d.ts.map