baasic-sdk-nodejs
Version:
NodeJS SDK provides core functionality for building web and mobile applications on [Baasic](http://www.baasic.com/).
15 lines (14 loc) • 785 B
TypeScript
import { UserProfile } from 'baasic-sdk-javascript';
export import ICompany = UserProfile.ICompany;
export import IOrganization = UserProfile.IOrganization;
export import ISkill = UserProfile.ISkill;
export import IUserEducation = UserProfile.IUserEducation;
export import IProfileAvatarFileEntry = UserProfile.IProfileAvatarFileEntry;
export import IProfileAvatar = UserProfile.IProfileAvatar;
export import IMembership = UserProfile.IMembership;
export import IUserProfileSkill = UserProfile.IUserProfileSkill;
export import IUserProfileWork = UserProfile.IUserProfileWork;
export import IUserProfile = UserProfile.IUserProfile;
export import IUserSkill = UserProfile.IUserSkill;
export import IUserWork = UserProfile.IUserWork;
export * from './user-profile-clients';