/* Options: Date: 2026-04-28 20:11:08 Version: 10.06 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: */ // @ts-nocheck 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() {} }