Skip to content

Commit

Permalink
Comment AdapterResponse type
Browse files Browse the repository at this point in the history
  • Loading branch information
justinkaseman committed Mar 12, 2021
1 parent b00cbfc commit a4b29c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/types/@chainlink/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ declare module '@chainlink/types' {
export type AdapterResponse = {
jobRunID: string
statusCode: number
data: any
result: any
data: any // Response data, holds "result" for Flux Monitor. Correct way.
result: any // Result for OCR
}

/* ERRORS */
Expand Down

0 comments on commit a4b29c5

Please sign in to comment.