Skip to content

Commit

Permalink
Update import statement for IIndexProvider
Browse files Browse the repository at this point in the history
  • Loading branch information
MXPOL committed Mar 6, 2024
1 parent cf1f1c2 commit 4bb6e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/velo-external-db-types/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {
SchemaOperations,
ISchemaProvider,
} from './collection_types'
import { IIndexProvider } from '@wix-velo/velo-external-db-types'
import { IIndexProvider } from './indexing_types'
export * from './collection_types'
export * from './indexing_types'

Expand Down

0 comments on commit 4bb6e7c

Please sign in to comment.