interface QueryGetPricesResponse {
    prices: Price[];
}

Properties

Properties

prices: Price[]