Type alias MarketPropertyDTO

MarketPropertyDTO: {
    key: string;
    value: string;
}

Type declaration

  • key: string
  • value: string