Type Alias FormatOptions

FormatOptions: GeoJSONOptions & GMLOptions & Record<string, unknown> & {
    gmlFormat?: keyof typeof gmlFormats;
}