Updates
This commit is contained in:
Vendored
+4
-4
@@ -475,10 +475,6 @@ export type ServerQueryParamsCount = {
|
||||
}[];
|
||||
alias: string;
|
||||
};
|
||||
export type ServerQueryParamsCountSrcTrgMap = {
|
||||
table: string;
|
||||
field: string;
|
||||
};
|
||||
export type TableSelectFieldsObject<T extends {
|
||||
[k: string]: any;
|
||||
} = {
|
||||
@@ -524,6 +520,10 @@ export type ServerQueryQueryObject<T extends object = {
|
||||
}, K extends string = string> = {
|
||||
[key in keyof T]: ServerQueryObject<T, K>;
|
||||
};
|
||||
export type ServerQueryParamsCountSrcTrgMap = {
|
||||
table: string;
|
||||
field: string;
|
||||
};
|
||||
export type FetchDataParams = {
|
||||
path: string;
|
||||
method?: (typeof DataCrudRequestMethods)[number];
|
||||
|
||||
Reference in New Issue
Block a user