typesense / typesense-js

JavaScript / TypeScript client for Typesense
https://typesense.org/docs/api
Apache License 2.0
393 stars 74 forks source link

Add overloads to `analytics.rules` #177

Open ajmnz opened 10 months ago

ajmnz commented 10 months ago

Change Summary

Added function overloads to analytics.rules so the return type is discriminated depending on the existence of the id parameter.

PR Checklist