UNPKG

@ohm-vision/kiwi-tequila-api

Version:
9 lines 267 B
import { Meta } from "../interfaces"; import { Location } from "../interfaces"; export interface LocationsResponse { locations: Location[]; meta: Meta; last_refresh: number; results_retrieved: number; } //# sourceMappingURL=locations.response.d.ts.map