Updates
This commit is contained in:
@@ -953,11 +953,11 @@ export type FetchApiOptions = RequestInit & {
|
||||
| (typeof DataCrudRequestMethods)[number]
|
||||
| (typeof DataCrudRequestMethodsLowerCase)[number];
|
||||
body?: object | string;
|
||||
headers?: FetchHeader;
|
||||
headers?: DSQLClientFetchHeader;
|
||||
query?: { [key: string]: any };
|
||||
};
|
||||
|
||||
type FetchHeader = HeadersInit & {
|
||||
export type DSQLClientFetchHeader = HeadersInit & {
|
||||
[key: string]: any;
|
||||
};
|
||||
|
||||
@@ -2959,4 +2959,5 @@ export type ClientCrudFetchParams<
|
||||
basePath?: string;
|
||||
targetId?: string | number | null;
|
||||
apiOrigin?: string;
|
||||
headers?: DSQLClientFetchHeader;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user