surrealdb / surrealdb.js

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

Export more types #232

Closed kearfy closed 3 months ago

kearfy commented 3 months ago

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

What is the motivation?

Some types needed to write new engines were not exported

What does this change do?

They are now exported

What is your testing strategy?

Ensure all tests still pass

Is this related to any issues?

N/A

Have you read the Contributing Guidelines?