Skip to content

Commit

Permalink
fix: PGliteWorkerOptions Extensions type
Browse files Browse the repository at this point in the history
  • Loading branch information
sandros94 committed Dec 10, 2024
1 parent 9aff673 commit 4be69d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pglite/src/worker/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import type { PGlite } from '../pglite.js'
import { BasePGlite } from '../base.js'
import { uuid } from '../utils.js'

export type PGliteWorkerOptions = PGliteOptions & {
export type PGliteWorkerOptions<E extends Extensions = Extensions> = PGliteOptions<E> & {
meta?: any
id?: string
}
Expand Down

0 comments on commit 4be69d9

Please sign in to comment.