/* Options: Date: 2025-05-12 16:20:22 Version: 8.53 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://test.servicestack.net //GlobalNamespace: //MakePropertiesOptional: False //AddServiceStackTypes: True //AddResponseStatus: False //AddImplicitVersion: //AddDescriptionAsComments: True IncludeTypes: HelloExternal.* //ExcludeTypes: //DefaultImports: */ export class HelloExternal { public name: string; public constructor(init?: Partial) { (Object as any).assign(this, init); } public getTypeName() { return 'HelloExternal'; } public getMethod() { return 'POST'; } public createResponse() {} }