Type Alias IndexerOptions

IndexerOptions: Omit<
    Exclude<Parameters<typeof createIndexer>[0], undefined | string>,
    "experimentalRequestDedupe",
>