IQRF Repository credentials

interface IqrfRepositoryCredentials {
    password: null | string;
    username: null | string;
}

Properties

Properties

password: null | string
username: null | string