UNPKG

baasic-sdk-javascript

Version:

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

11 lines (10 loc) 260 B
import { IModel } from '../../../common/contracts'; export interface ICountry extends IModel { abrv?: string; countryCode?: string; euMember?: boolean; json?: string; name?: string; phoneCode?: string; taxRate?: number; }