UNPKG

@ohm-vision/kiwi-tequila-api

Version:
8 lines 239 B
import { Meta } from "../interfaces"; export interface LocationsHashtagsResponse { hashtags: string[]; meta: Meta; last_refresh: number; results_retrieved: number; } //# sourceMappingURL=locations-hashtags.response.d.ts.map