Skip to content

Commit

Permalink
direct import of electric client types
Browse files Browse the repository at this point in the history
  • Loading branch information
paulharter committed Oct 23, 2023
1 parent bf0ad7d commit c54a42a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion toolbar/src/api/toolbar-interface.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Row, Statement } from './types'
import { Row, Statement} from 'electric-sql/dist/util'

export interface ToolbarInterface {
getSatelliteNames(): string[]
Expand Down
2 changes: 1 addition & 1 deletion toolbar/src/api/toolbar-typescript.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { ToolbarInterface } from './toolbar-interface'
import { Row, Statement, ConnectivityState } from './types'
import { Row, Statement, ConnectivityState } from 'electric-sql/dist/util'
import { GlobalRegistry } from 'electric-sql/satellite'

export class ToolbarTypescript implements ToolbarInterface {
Expand Down

0 comments on commit c54a42a

Please sign in to comment.