Updates
This commit is contained in:
Vendored
+2
-1
@@ -2305,7 +2305,7 @@ export type ClientCrudFetchParams<T extends {
|
||||
[k: string]: any;
|
||||
} = {
|
||||
[k: string]: any;
|
||||
}, P = string> = {
|
||||
}, P = string> = DSQLFetchApiOptions<T> & {
|
||||
table: P;
|
||||
method?: "GET" | "POST" | "PUT" | "DELETE";
|
||||
query?: APIPathsQuery<T>;
|
||||
@@ -2325,4 +2325,5 @@ export type DSQLFetchApiOptions<T extends {
|
||||
headers?: DSQLClientFetchHeader;
|
||||
csrfValue?: string;
|
||||
csrfKey?: string;
|
||||
fetchOptions?: RequestInit;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user