awv-api
Version:
10 lines (9 loc) • 405 B
TypeScript
/**
* FetchHelper class
*
* @class FetchHelper
*/
export default class FetchHelper {
static getCookie(year: number, cityId: any | '', streetId: any | '', abfuhrbezirkId: any | '', papier: any | '', abfuhrbezirkpapier: any | ''): string[];
static fetchWithCookie(url: string, year: number, cityId: any, streetId: any, abfuhrbezirkId: any, papier: any, abfuhrbezirkpapier: any): Promise<any>;
}