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

    Interface GetAllHighlightsResponse

    interface GetAllHighlightsResponse {
        count?: number;
        items: GetAllHighlightsResponseItemsInner[];
        result: boolean;
    }
    Index
    count?: number
    result: boolean