[angular-resource] Lint.

This commit is contained in:
Leonard Thieu 2017-07-18 10:35:27 -04:00
parent ec2158f2d6
commit f234366096

View File

@ -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 {