mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 13:00:19 +00:00
Fix IHttpPromiseCallbackArg.headers type
This commit is contained in:
Vendored
+1
-1
@@ -1278,7 +1278,7 @@ declare module angular {
|
||||
interface IHttpPromiseCallbackArg<T> {
|
||||
data?: T;
|
||||
status?: number;
|
||||
headers?: (headerName: string) => string;
|
||||
headers?: IHttpHeadersGetter;
|
||||
config?: IRequestConfig;
|
||||
statusText?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user