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

    Interface RemoveCollectionsResponse

    interface RemoveCollectionsResponse {
        ids: number[];
        modified: number;
        result: boolean;
    }
    Index
    ids: number[]
    modified: number
    result: boolean