@trumpf/ux.utils
    Preparing search index...

    Interface TrumpfUserData

    interface TrumpfUserData {
        addresses?: UserAddress[];
        emails?: UserContact[];
        id?: string;
        locale?: string;
        name?: UserFullName;
        phoneNumbers?: UserContact[];
        roles?: string[];
        userName?: string;
        userType?: string;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    addresses?: UserAddress[]
    emails?: UserContact[]
    id?: string
    locale?: string
    name?: UserFullName
    phoneNumbers?: UserContact[]
    roles?: string[]
    userName?: string
    userType?: string