mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-22 11:57:33 +08:00
IActionDescriptor can have a url override also
This commit is contained in:
1
angularjs/angular-resource.d.ts
vendored
1
angularjs/angular-resource.d.ts
vendored
@@ -45,6 +45,7 @@ declare module angular.resource {
|
||||
|
||||
// Just a reference to facilitate describing new actions
|
||||
interface IActionDescriptor {
|
||||
url?: string;
|
||||
method: string;
|
||||
isArray?: boolean;
|
||||
params?: any;
|
||||
|
||||
Reference in New Issue
Block a user