Updates
This commit is contained in:
Vendored
+9
@@ -1256,4 +1256,13 @@ export type HttpFunctionResponse<ResObj extends {
|
||||
str?: string;
|
||||
requestedPath?: string;
|
||||
};
|
||||
export type ApiGetQueryObject<T extends {
|
||||
[k: string]: any;
|
||||
} = {
|
||||
[k: string]: any;
|
||||
}> = {
|
||||
query: ServerQueryParam<T>;
|
||||
table: string;
|
||||
dbFullName?: string;
|
||||
};
|
||||
export {};
|
||||
|
||||
Reference in New Issue
Block a user