Interface SelfRegisterFormData

interface SelfRegisterFormData {
    cn: string;
    mobile?: string;
    password: string;
    preferredLanguage: string;
    sn: string;
    timezone: string;
    uid: string;
}

Hierarchy (View Summary)

Properties

cn: string
mobile?: string
password: string
preferredLanguage: string
sn: string
timezone: string
uid: string