Hi I have some class objects to POST and I need to store the result back into them, e.g.:
class Bid { price: number; result?: string; } const bids: Bid[]