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

    Interface GetRaindropResponseItem

    interface GetRaindropResponseItem {
        _id: number;
        collection: CollectionRef | null;
        collectionId: number;
        cover: string;
        created: string;
        creatorRef: CreatorRef;
        domain: string;
        excerpt: string;
        highlights: GetRaindropResponseItemHighlightsInner[];
        lastUpdate: string;
        link: string;
        media: CreateRaindropResponseItemMediaInner[];
        note: string;
        removed: boolean;
        sort: number;
        tags: string[];
        title: string;
        type: string;
        user: UserRef;
    }
    Index
    _id: number
    collection: CollectionRef | null
    collectionId: number
    cover: string
    created: string
    creatorRef: CreatorRef
    domain: string
    excerpt: string
    lastUpdate: string
    link: string
    note: string
    removed: boolean
    sort: number
    tags: string[]
    title: string
    type: string
    user: UserRef