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

    Interface AxiosBasicCredentials

    interface AxiosBasicCredentials {
        password: string;
        username: string;
    }
    Index

    Properties

    Properties

    password: string
    username: string