started cleaning up code
This commit is contained in:
@@ -25,4 +25,10 @@ const createQueryGoogle = (query: any, parent: any) => {
|
||||
return {queryBuilder, orderBy}
|
||||
}
|
||||
|
||||
export interface googleQueryType {
|
||||
limit: number,
|
||||
parent: string,
|
||||
pageToken: string,
|
||||
}
|
||||
|
||||
export default createQueryGoogle;
|
||||
Reference in New Issue
Block a user