/* Options: Date: 2026-06-12 23:09:22 Version: 10.06 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://uat-api-vehicle-mgt-mb-dhc.rapp-customers.co.uk //GlobalNamespace: //MakePropertiesOptional: False //AddServiceStackTypes: True //AddResponseStatus: False //AddImplicitVersion: //AddDescriptionAsComments: True IncludeTypes: GetOutOfMarketAreaCommsRequest.* //ExcludeTypes: //DefaultImports: */ // @ts-nocheck export interface IGet { } // @Route("/v1/OutOfMarketAreaCsv", "GET") export class GetOutOfMarketAreaCommsRequest implements IGet { public constructor(init?: Partial) { (Object as any).assign(this, init); } public getTypeName() { return 'GetOutOfMarketAreaCommsRequest'; } public getMethod() { return 'GET'; } public createResponse() {} }