This commit is contained in:
2026-01-25 05:14:56 +01:00
parent acccc26c38
commit cda056311b
3 changed files with 44 additions and 44 deletions
+1 -1
View File
@@ -2313,7 +2313,7 @@ export type APIPathsPostResulstsFn<T extends {
[k: string]: any;
}> = (params: APIPathsCrudParams<T> & {
res?: APIResponseObject;
}) => Promise<APIPathsBody<T> | undefined>;
}) => Promise<void>;
export type APIPathsParamsAllowedTable = {
table: string;
allowedFields?: (string | RegExp)[];