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