Skip to content

Commit

Permalink
fix missing import in docs (#2227)
Browse files Browse the repository at this point in the history
saw this while reading docs, just wanted to submit a quick fix.
  • Loading branch information
hyusap authored Jan 13, 2025
1 parent 2ee392f commit 2fd597f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/api/clients/typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The client exports:
These compose together, e.g.:

```ts
import { ShapeStream } from '@electric-sql/client'
import { ShapeStream, Shape } from '@electric-sql/client'

const stream = new ShapeStream({
url: `http://localhost:3000/v1/shape`,
Expand Down

0 comments on commit 2fd597f

Please sign in to comment.