Updates
This commit is contained in:
Vendored
+1
-4
@@ -159,10 +159,7 @@ export interface GetReqQueryObject {
|
||||
queryValues?: string;
|
||||
tableName?: string;
|
||||
}
|
||||
export type SerializeQueryFnType = (param0: SerializeQueryParams) => string;
|
||||
export interface SerializeQueryParams {
|
||||
query: any;
|
||||
}
|
||||
export type SerializeQueryFnType = (query: any) => string;
|
||||
export type DATASQUIREL_LoggedInUser = {
|
||||
id: number;
|
||||
uuid?: string;
|
||||
|
||||
@@ -188,13 +188,7 @@ export interface GetReqQueryObject {
|
||||
tableName?: string;
|
||||
}
|
||||
|
||||
export type SerializeQueryFnType = (param0: SerializeQueryParams) => string;
|
||||
|
||||
export interface SerializeQueryParams {
|
||||
query: any;
|
||||
}
|
||||
|
||||
// @ts-check
|
||||
export type SerializeQueryFnType = (query: any) => string;
|
||||
|
||||
export type DATASQUIREL_LoggedInUser = {
|
||||
id: number;
|
||||
|
||||
Reference in New Issue
Block a user