mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
angular-odata-resources: added $promise property on the return type of count
This commit is contained in:
@@ -267,6 +267,7 @@ declare module OData {
|
||||
|
||||
interface ICountResult{
|
||||
result: number;
|
||||
$promise: angular.IPromise<any>;
|
||||
}
|
||||
|
||||
class Provider<T> {
|
||||
|
||||
Reference in New Issue
Block a user