blaizejs 0.2.0 → 0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -604,7 +604,7 @@ console.log(postData.echo); // Type: string
604
604
 
605
605
  ```typescript
606
606
  import { createClient } from '@blaizejs/client';
607
- import type { ClientConfig } from '@blaizejs/types';
607
+ import type { ClientConfig } from '@blaizejs/client';
608
608
 
609
609
  // Advanced client configuration
610
610
  const config: ClientConfig = {