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) 137 B
import { IModel } from '../../../common/contracts'; export interface IBlogTag extends IModel { slug: string; tag: string; }