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

Properties

Properties

password: string
username: string