/** * Valid response formats for the `f` parameter. */ export type ResponseFormats = | "json" | "geojson" | "text" | "html" | "image" | "zip";