AppleSauce
    Preparing search index...
    type Bookmarks = {
        articles: AddressPointer[];
        hashtags: string[];
        notes: EventPointer[];
        urls: string[];
    }
    Index

    Properties

    articles: AddressPointer[]
    hashtags: string[]
    notes: EventPointer[]
    urls: string[]