mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-03-29 17:08:21 +08: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