surrealdb / surrealdb.js

SurrealDB SDK for JavaScript
https://surrealdb.com
Apache License 2.0
293 stars 48 forks source link

fix: update GeometryPolygon type #276

Closed Odonno closed 3 months ago

Odonno commented 3 months ago

Thank you for submitting this pull request! We appreciate you spending the time to work on these changes.

What does this change do?

Missing this type in a previous change. GeometryPolygon can have 1 exterior ring, then >= 0 exterior rings.

Have you read the Contributing Guidelines?