Repository URL to install this package:
|
Version:
0.14.1 ▾
|
const myProfileUserInformation = {
identifier: '001234',
firstName: 'John',
lastName: 'Mathew',
email: 'john@skava.com',
phoneNumber: '510-512-1081',
}
const shouldDisablePropsList = {
smsNotification: ['phoneNumber', 'extension'],
myProfile: ['email'],
}
export { shouldDisablePropsList, myProfileUserInformation }
export default myProfileUserInformation