Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
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