UNPKG

@crusaider/srv-schedule

Version:

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

9 lines (8 loc) 220 B
export interface SuggestionsResponse { readonly results: ReadonlyArray<{ readonly name: string; readonly customerId: string; readonly address: string; readonly city: string; }>; }