mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
[angular-resource] Lint.
This commit is contained in:
parent
ec2158f2d6
commit
f234366096
4
types/angular-resource/index.d.ts
vendored
4
types/angular-resource/index.d.ts
vendored
@ -53,14 +53,14 @@ declare module 'angular' {
|
||||
interface IActionHash {
|
||||
[action: string]: IActionDescriptor;
|
||||
}
|
||||
|
||||
|
||||
interface IResourceResponse {
|
||||
config: any;
|
||||
data: any;
|
||||
headers: any;
|
||||
resource: any;
|
||||
status: number;
|
||||
statusText: string
|
||||
statusText: string;
|
||||
}
|
||||
|
||||
interface IResourceInterceptor {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user