UNPKG

@crusaider/srv-schedule

Version:

Get fetching schedule for SRV from https://www.srvatervinning.se/avfallshamtning/nar-hamtar-vi-ditt-avfall

5 lines (4 loc) 133 B
export declare function sendAPIReqest<RT>({ path, query, }: { path: string; query?: Record<string, string>; }): Promise<RT>;