We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2d3f5c commit 64ce7cdCopy full SHA for 64ce7cd
packages/lib/getFeatures/types.ts
@@ -61,7 +61,7 @@ export interface WfsParameters extends QueryParameters {
61
useRightHandWildcard?: boolean
62
/** custom attributes for the like operators in filters */
63
likeFilterAttributes?: Record<string, string>
64
- /** Sorting definition for WFS features; e.g. [{ propertyName: 'name', direction: 'DESC' }] */
+ /** Sorting definition for WFS features; e.g. [\{ propertyName: 'name', direction: 'DESC' \}] */
65
sortBy?: { propertyName: string; direction?: 'ASC' | 'DESC' }[]
66
}
67
0 commit comments