Update restangular.d.ts

This commit is contained in:
artem
2016-03-04 12:10:52 +02:00
parent 1144498734
commit 90ecfb5cab

View File

@@ -93,6 +93,7 @@ declare module restangular {
service(route: string, parent?: any): IService;
stripRestangular(element: any): any;
extendModel(route: string, extender: (model: IElement) => any): void;
extendCollection(route: string, extender: (collection: ICollection) => any): void;
}
interface IElement extends IService {