@softcose/softchat - v0.1.0
    Preparing search index...

    Type Alias FollowList

    FollowList: Readonly<
        {
            contacts: readonly Contact[];
            containedDuplicates: boolean;
            rumor: NostrRumor;
        },
    >

    Parsed private author-copy follow list.