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