Applesauce
    Preparing search index...

    Type Alias SocialGraphEventStore

    SocialGraphEventStore: (IEventStoreActions | IAsyncEventStoreActions) & (
        IEventStoreRead
        | IAsyncEventStoreRead
    )

    An event store that the social graph loader can both write to and read from