interface CreateProfileContext {
    cIData: { [key: string]: any };
    contactWithOffers: boolean;
    countryName: string;
    displayName: string;
    emailAddress: string;
    hasAccount: boolean;
    language: string;
    phoneNumber: string;
}

Properties

cIData: { [key: string]: any }
contactWithOffers: boolean
countryName: string
displayName: string
emailAddress: string
hasAccount: boolean
language: string
phoneNumber: string