Updates
This commit is contained in:
Vendored
+1
-5
@@ -2269,11 +2269,7 @@ export type APIPathsPostResulstsFn<T extends {
|
||||
[k: string]: any;
|
||||
} = {
|
||||
[k: string]: any;
|
||||
}, K extends string = string> = (params: {
|
||||
body?: APIPathsBody<T>;
|
||||
query?: DsqlCrudQueryObject<T>;
|
||||
table: K;
|
||||
targetId?: number | string;
|
||||
}> = (params: APIPathsCrudParams<T> & {
|
||||
res?: APIResponseObject;
|
||||
}) => Promise<APIPathsBody<T> | undefined>;
|
||||
export type APIPathsParamsAllowedTable = {
|
||||
|
||||
Reference in New Issue
Block a user