/* Options: Date: 2025-12-11 15:57:39 Version: 8.30 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://catalog-jobs-dev.power.dev //GlobalNamespace: //MakePropertiesOptional: False //AddServiceStackTypes: True //AddResponseStatus: False //AddImplicitVersion: //AddDescriptionAsComments: True IncludeTypes: IsoNeLocationObjectIdFixRequest.* //ExcludeTypes: //DefaultImports: */ // @Route("/iso-ne/location-object-id-fix", "POST") export class IsoNeLocationObjectIdFixRequest { public start: string; public end: string; public constructor(init?: Partial) { (Object as any).assign(this, init); } public getTypeName() { return 'IsoNeLocationObjectIdFixRequest'; } public getMethod() { return 'POST'; } public createResponse() {} }