datasquirel/dist/package-shared/api-paths/functions/get-result.d.ts
2025-12-22 07:18:57 +01:00

7 lines
249 B
TypeScript

import { APIPathsCrudParams, APIResponseObject } from "../../types";
export default function <T extends {
[k: string]: any;
} = {
[k: string]: any;
}>({ table, query, allowedTable, url, }: APIPathsCrudParams<T>): Promise<APIResponseObject>;