mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-27 11:40:08 +08:00
Add missing headers() function to restangular's IResponse
This commit is contained in:
Vendored
+1
@@ -43,6 +43,7 @@ declare module restangular {
|
||||
interface IResponse {
|
||||
status: number;
|
||||
data: any;
|
||||
headers(name: string): string;
|
||||
config: {
|
||||
method: string;
|
||||
url: string;
|
||||
|
||||
Reference in New Issue
Block a user