started cleaning up code

This commit is contained in:
kyle hoell
2020-11-25 13:15:27 -05:00
parent df1a488e21
commit cadc7b9548
6 changed files with 54 additions and 21 deletions
+6
View File
@@ -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;