Type alias MarketDecorationDTO

MarketDecorationDTO: {
    constraints: string[];
    properties: {
        key: string;
        value: string;
    }[];
}

Properties and constraints to be added to a market object (i.e. a demand or an offer).

Type declaration

  • constraints: string[]
  • properties: {
        key: string;
        value: string;
    }[]