mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
kendo-ui: fix for issue with Typescript 1.7. Allow model schemas to be defined with custom params on the model. ie, kendo.data.Model.define({ foo: function() {} });
This commit is contained in:
Vendored
+1
@@ -932,6 +932,7 @@ declare module kendo.data {
|
||||
interface DataSourceSchemaModel {
|
||||
id?: string;
|
||||
fields?: any;
|
||||
[index: string]: any;
|
||||
}
|
||||
|
||||
interface DataSourceSchemaModelWithFieldsArray extends DataSourceSchemaModel {
|
||||
|
||||
Reference in New Issue
Block a user