/* Options: Date: 2025-06-26 00:17:32 Version: 8.61 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://prod-api-agency-orch-mb-dhc.rapp-customers.co.uk //GlobalNamespace: //MakePropertiesOptional: False //AddServiceStackTypes: True //AddResponseStatus: False //AddImplicitVersion: //AddDescriptionAsComments: True IncludeTypes: CarConfiguratorOptionCodesCsvRequest.* //ExcludeTypes: //DefaultImports: */ export interface IGet { } // @Route("/v1/CarConfiguratorOptionCodesCsv", "GET") export class CarConfiguratorOptionCodesCsvRequest implements IGet { public constructor(init?: Partial) { (Object as any).assign(this, init); } public getTypeName() { return 'CarConfiguratorOptionCodesCsvRequest'; } public getMethod() { return 'GET'; } public createResponse() {} }