/* Options: Date: 2026-04-05 18:23:40 Version: 6.110 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://internal.thebunkerbridge.com //GlobalNamespace: //MakePropertiesOptional: False //AddServiceStackTypes: True //AddResponseStatus: False //AddImplicitVersion: //AddDescriptionAsComments: True IncludeTypes: GetExistingSuppliersForEntityInPort.* //ExcludeTypes: //DefaultImports: */ // @Route("/Suppliers/Get-Existing-Suppliers-For-Entity-In-Port", "GET") export class GetExistingSuppliersForEntityInPort { public PortId: number; public constructor(init?: Partial) { (Object as any).assign(this, init); } public getTypeName() { return 'GetExistingSuppliersForEntityInPort'; } public getMethod() { return 'GET'; } public createResponse() {} }