mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-10 11:40:16 +08:00
Fixed phonejs error on TypeScript 0.9.5
This commit is contained in:
Vendored
+1
-1
@@ -300,7 +300,7 @@ declare module DevExpress.data {
|
||||
objectLink(entityAlias: string, key: any): { __metadata: { uri: string }; }
|
||||
}
|
||||
interface IODataContext extends IODataContextBase {
|
||||
[entitySetName: string]: Store;
|
||||
[entitySetName: string]: any;
|
||||
}
|
||||
export interface ODataContextOptions {
|
||||
url: string;
|
||||
|
||||
Reference in New Issue
Block a user