@lasuillard/raindrop-client
    Preparing search index...

    Interface GetAllHighlightsResponseItemsInner

    interface GetAllHighlightsResponseItemsInner {
        _id: string;
        created: string;
        link: string;
        note: string;
        raindropRef: number;
        tags: string[];
        text: string;
        title: string;
    }
    Index
    _id: string
    created: string
    link: string
    note: string
    raindropRef: number
    tags: string[]
    text: string
    title: string