Interface ProfilesPassword

interface ProfilesPassword {
    encryption?: "none" | "md5";
    value: string;
}

Properties

Properties

encryption?: "none" | "md5"
value: string