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

    Interface GetCollectionResponse

    interface GetCollectionResponse {
        item?: Collection;
        result?: boolean;
    }
    Index
    item?: Collection
    result?: boolean