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

7 lines
239 B
TypeScript

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