method Maestro.prototype.getAllPagesDataimport { Maestro } from "https://deno.land/x/lucid@0.10.10/mod.ts"; getAllPagesData<T>(getResponse: (qry: string) => Promise<Response>,qry: string,paramsGiven: URLSearchParams,errorMsg: string,): Promise<Array<T>>Type ParametersTParametersgetResponse: (qry: string) => Promise<Response>qry: stringparamsGiven: URLSearchParamserrorMsg: stringReturnsPromise<Array<T>>