Updates
This commit is contained in:
Vendored
+1
-1
@@ -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)[];
|
||||
|
||||
Reference in New Issue
Block a user