mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-02 19:43:20 +08:00
[angular-resource] Lint.
This commit is contained in:
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 {
|
||||
|
||||
Reference in New Issue
Block a user