diff --git a/packages/typescript-client/src/client.ts b/packages/typescript-client/src/client.ts index a85cf74ab0..51166f7bc8 100644 --- a/packages/typescript-client/src/client.ts +++ b/packages/typescript-client/src/client.ts @@ -213,11 +213,11 @@ export interface ShapeStreamOptions { * Values can be strings, string arrays, or functions (sync or async) that return these types. * Function values are resolved in parallel when needed, making this useful * for user-specific parameters or dynamic filters. - * + * * These will be merged with Electric's standard parameters. * Note: You cannot use Electric's reserved parameter names * (offset, handle, live, cursor). - * + * * PostgreSQL-specific options like table, where, columns, and replica * should be specified here. */