mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 14:20:12 +00:00
Add properties to Request in rest library.
This commit is contained in:
3
rest/rest.d.ts
vendored
3
rest/rest.d.ts
vendored
@@ -26,6 +26,9 @@ declare module "rest" {
|
||||
params?: any;
|
||||
headers?: any;
|
||||
entity?: any;
|
||||
canceled?: boolean;
|
||||
cancel?: () => void;
|
||||
originator?: () => Client;
|
||||
}
|
||||
|
||||
export interface Status {
|
||||
|
||||
Reference in New Issue
Block a user