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

    Interface UpdateCurrentUserResponse

    interface UpdateCurrentUserResponse {
        item: User;
        result: boolean;
        user: User;
    }
    Index
    item: User
    result: boolean
    user: User