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

    Interface TokenErrorResponse

    interface TokenErrorResponse {
        errorMessage: string;
        result: boolean;
        status: number;
    }
    Index
    errorMessage: string
    result: boolean
    status: number