UNPKG

react-native-lightspeedsdk

Version:
28 lines (22 loc) 390 B
'use strict'; /** * Represents an immutable user profile */ class UpdateProfileRequest { firstName:string; lastName:string; birthdate:string; gender:number; address1:string; address2:string; city:string; state:string; zipCode:string; password:string; constructor() { } remove(element) { delete test.element; } } module.exports = UpdateProfileRequest;