Trakteer.js
    Preparing search index...

    Interface AxiosBasicCredentials

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

    Properties

    Properties

    username: string
    password: string