/* Options: Date: 2026-04-05 18:24:22 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: GetCurrentSuppliersForPort.* //ExcludeTypes: //DefaultImports: */ // @Route("/Suppliers/Current-Suppliers-For-Port", "GET") export class GetCurrentSuppliersForPort { public PortId: number; public JustMyContacts: boolean; public constructor(init?: Partial) { (Object as any).assign(this, init); } public getTypeName() { return 'GetCurrentSuppliersForPort'; } public getMethod() { return 'GET'; } public createResponse() {} }