Updates
This commit is contained in:
@@ -2915,6 +2915,7 @@ export type APIPathsParamsGetMiddleware<
|
||||
> = (params: {
|
||||
query: APIPathsQuery<T>;
|
||||
table: string;
|
||||
targetId?: number | string;
|
||||
}) => Promise<APIPathsQuery<T>>;
|
||||
|
||||
export type APIPathsParamsCrudMiddleware<
|
||||
@@ -2924,6 +2925,7 @@ export type APIPathsParamsCrudMiddleware<
|
||||
body: APIPathsBody<T>;
|
||||
query: DsqlCrudQueryObject<T>;
|
||||
table: K;
|
||||
targetId?: number | string;
|
||||
}) => Promise<APIPathsBody<T> | undefined>;
|
||||
|
||||
export type APIPathsParamsAllowedTable = {
|
||||
|
||||
Reference in New Issue
Block a user