UNPKG

baasic-sdk-javascript

Version:

JavaScript SDK provides core functionality for building web and mobile applications on [Baasic](http://www.baasic.com/).

6 lines (5 loc) 209 B
import { IModel } from '../../../common/contracts'; import { IUserProfile, IUserProfileSkill } from './'; export interface IUserSkill extends IModel, IUserProfileSkill { userProfile?: IUserProfile; }