/* Options: Date: 2026-04-05 18:21:18 Version: 6.110 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://internal.thebunkerbridge.com //GlobalNamespace: //MakePropertiesOptional: False //AddServiceStackTypes: True //AddResponseStatus: False //AddImplicitVersion: //AddDescriptionAsComments: True IncludeTypes: ETSPriceChangesChartData.* //ExcludeTypes: //DefaultImports: */ // @Route("/ETS/Price-Changes-Chart-Data", "GET") export class ETSPriceChangesChartData { public DateFrom: string; public DateTo: string; public constructor(init?: Partial) { (Object as any).assign(this, init); } public getTypeName() { return 'ETSPriceChangesChartData'; } public getMethod() { return 'GET'; } public createResponse() {} }