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

    Interface TokenErrorResponse

    TokenErrorResponse

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

    Properties

    errorMessage: string

    TokenErrorResponse

    result: boolean

    TokenErrorResponse

    status: number

    TokenErrorResponse