import { httpGet } from './mock-http-interface'; // TODO define this type properly type TResult = any; export const getArnieQuotes = async (urls : string[]) : Promise => { // TODO: Implement this function. return []; };