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

    Interface GetAllHighlightsResponse

    GetAllHighlightsResponse

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

    Properties

    Properties

    count?: number

    GetAllHighlightsResponse

    GetAllHighlightsResponse

    result: boolean

    GetAllHighlightsResponse