Updates
This commit is contained in:
Vendored
+2
-2
@@ -2305,9 +2305,9 @@ export type ClientCrudFetchParams<T extends {
|
||||
[k: string]: any;
|
||||
} = {
|
||||
[k: string]: any;
|
||||
}, P = string> = DSQLFetchApiOptions<T> & {
|
||||
}, P = string> = Omit<DSQLFetchApiOptions<T>, "method"> & {
|
||||
table: P;
|
||||
method?: "GET" | "POST" | "PUT" | "DELETE";
|
||||
method?: DSQLFetchApiOptions<T>["method"];
|
||||
query?: APIPathsQuery<T>;
|
||||
body?: APIPathsBody<T>;
|
||||
basePath?: string;
|
||||
|
||||
Reference in New Issue
Block a user