search.ts 109 B

1234
  1. export type UpdateOrInsertPagesOpts = {
  2. shouldEmitProgress?: boolean
  3. invokeGarbageCollection?: boolean
  4. }