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) 206 B
import { IModel } from '../../../common/contracts'; import { IUserProfile, IUserProfileWork } from './'; export interface IUserWork extends IUserProfileWork, IModel { userProfile?: IUserProfile; }