Update angular-odata-resources.d.ts

This commit is contained in:
Lorisu 2015-09-29 10:33:51 +02:00
parent ffceea9dd1
commit 07c34880ef

View File

@ -19,6 +19,7 @@ declare module OData {
url?: string;
method?: string;
};
isodatav4?: boolean;
}