UNPKG

air-thai-api

Version:
4 lines (3 loc) 140 B
import { InputLocation } from "./interface"; declare const FindStation: (input: InputLocation) => Promise<any>; export default FindStation;