Type Alias OgcResponseFormat

OgcResponseFormat:
    | "json"
    | "html"
    | "geojson"
    | "gml"
    | "csv"
    | "schemajson"
    | "schema+json"