Skip to content

EffectivePriceRow

Example Usage

typescript
import { EffectivePriceRow } from "@meetkai/mka1/models/components";

let value: EffectivePriceRow = {
  model: "Aventador",
  rates: {},
  source: "cluster_default",
};

Fields

FieldTypeRequiredDescription
modelstring✔️N/A
ratescomponents.EffectivePriceRowRates✔️N/A
sourcecomponents.EffectivePriceRowSource✔️N/A