To create classes like this: ``` var store: Ext.data.Store = Ext.create(Ext.data.Store.$className, <Ext.data.Store.Cfg>{ fields: [...], data: ... }); ``` It's only necessary to put `static $className: string;` into `Ext.Base` class.