@meeting-baas/sdk
Version:
Official SDK for Meeting BaaS API - https://meetingbaas.com
15 lines (10 loc) • 475 B
Markdown
This directory contains compiled internal modules that should not be imported directly.
Please use the main package entry point instead:
```js
// ❌ DO NOT DO THIS
import { Configuration } from '@meeting-baas/sdk/dist/baas/configuration';
// ✅ DO THIS INSTEAD
import { BaasClient } from '@meeting-baas/sdk';
```
If you need specific types from this package, they should be re-exported from the main entry point.