Interface Auth

interface Auth {
    password?: string;
    username?: string;
}

Properties

Properties

password?: string

The password for auth

username?: string

The username for auth