UNPKG

extjs-gpl

Version:

GPL licensed version of Sencha Ext JS

19 lines (17 loc) 322 B
Ext.define('Admin.model.Subscription', { extend: 'Admin.model.Base', fields: [ { type: 'int', name: 'id' }, { type: 'string', name: 'name' }, { type: 'string', name: 'subscription' } ] });