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:
export interface ItemProps {
    identifier: string;
    firstName?: string;
    lastName?: string;
    email?: string;
    phoneNumber?: string;
}
export interface MyProfileProps {
    className?: string;
    headingLabel?: string;
    item?: ItemProps;
    hasPhoneNumber?: boolean;
}