Leaf
    Preparing search index...

    Type Alias MemorySync1Adapter

    MemorySync1Adapter: Sync1Interface & {
        entities: Map<EntityIdStr, Entity>;
        subscribers: Map<EntityIdStr, Subscriber[]>;
    }