Applesauce
    Preparing search index...

    Type Alias SyncLoaderOptions

    SyncLoaderOptions: { eventStore: EventStoreInput; logger?: debug.Debugger } & (
        { pool: SyncLoaderPool }
        | SyncLoaderMethods
    )

    Options for creating a sync loader

    Type Declaration

    • eventStore: EventStoreInput

      The event store used to deduplicate events and as the local store for negentropy sync

    • Optionallogger?: debug.Debugger

      A logger to extend