Skip to content

Commit

Permalink
address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanhaviv committed Mar 11, 2025
1 parent 73beaa4 commit 2f34bf2
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -196,15 +196,6 @@ declare class Postman {
* to the response that was received.
*/
response: Response;
/**
* Only available in on message sent and received scripts. pm.message contains information about
* an individual message (varies by protocol) received from a server or sent from the client
* that the script is being run on.
*
* TODO: define message type
* @type {Object}
*/
message: any;
/**
* The cookies object contains a list of cookies that are associated with the domain
* to which the request was made.
Expand Down

0 comments on commit 2f34bf2

Please sign in to comment.