getting thiserror TS2339: Property 'markPrice' does not exist on type 'MarkPrice | MarkPrice[]

Viewed 9

[error TS2339: Property 'markPrice' does not exist on type 'MarkPrice | MarkPrice[]'. Property 'markPrice' does not exist on type 'MarkPrice[]'.

return this.floorPrecised(
  ((await this.usdmClient.getMarkPrice(
    { isIsolated: "FALSE", symbol: symbol }
  )).markPrice), pricePrecision 
);

Screenshot

0 Answers
Related