mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Add missing plain and clone method to restangular IElement
See https://github.com/mgonto/restangular#element-methods for documentation on the methods.
This commit is contained in:
Vendored
+2
@@ -112,6 +112,8 @@ declare module restangular {
|
||||
trace(queryParams?: any, headers?: any): IPromise<any>;
|
||||
options(queryParams?: any, headers?: any): IPromise<any>;
|
||||
patch(queryParams?: any, headers?: any): IPromise<any>;
|
||||
clone(): IElement;
|
||||
plain(): any;
|
||||
withHttpConfig(httpConfig: IRequestConfig): IElement;
|
||||
getRestangularUrl(): string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user