mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Added definition of extendModel() in IService for Restangular
This commit is contained in:
Vendored
+1
@@ -95,6 +95,7 @@ declare module restangular {
|
||||
restangularizeCollection(parent: any, element: any, route: string): ICollection;
|
||||
service(route: string, parent?: any): IService;
|
||||
stripRestangular(element: any): any;
|
||||
extendModel(route: string, extender: (model: IElement) => any): void;
|
||||
}
|
||||
|
||||
interface IElement extends IService {
|
||||
|
||||
Reference in New Issue
Block a user