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

    Interface RemoveRaindropsResponse

    interface RemoveRaindropsResponse {
        matched?: number;
        modified: number;
        result: boolean;
    }
    Index
    matched?: number
    modified: number
    result: boolean