export interface BaseWMSFilter {
    /** Format of the response. Options are: application/xml or application/json.
     *  The default format is application/xml. */
    format?: string;
}