/* Options: Date: 2025-09-13 16:10:36 Version: 8.80 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: */ 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() {} }