Applesauce
    Preparing search index...

    Type Alias PubkeyCastConstructor<C>

    PubkeyCastConstructor: new (
        pointer: ProfilePointer,
        store: CastRefEventStore,
    ) => C & {
        cache?: Map<string, WeakRef<C>>;
        cacheRegistry?: FinalizationRegistry<string>;
    }

    Type Parameters