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

    Interface UpdateRaindropsRequest

    interface UpdateRaindropsRequest {
        collection?: UpdateRaindropsRequestCollection;
        cover?: string;
        ids?: number[];
        important?: boolean;
        media?: string[];
        tags?: string[];
    }
    Index
    cover?: string
    ids?: number[]
    important?: boolean
    media?: string[]
    tags?: string[]