Interface UserPass

interface UserPass {
    pass?: string;
    user: string;
}

Properties

Properties

pass?: string
user: string