Updates
This commit is contained in:
Vendored
+70
-303
File diff suppressed because it is too large
Load Diff
@@ -206,7 +206,7 @@ export interface GetReqQueryObject {
|
||||
tableName?: string;
|
||||
}
|
||||
|
||||
type SerializeQueryFnType = (param0: SerializeQueryParams) => string;
|
||||
export type SerializeQueryFnType = (param0: SerializeQueryParams) => string;
|
||||
|
||||
export interface SerializeQueryParams {
|
||||
query: any;
|
||||
|
||||
Reference in New Issue
Block a user