/* Options: Date: 2025-08-18 05:50:34 Version: 8.81 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: RootPathRoutes.* //ExcludeTypes: //DefaultImports: */ export class RootPathRoutes { public path: string; public constructor(init?: Partial) { (Object as any).assign(this, init); } public getTypeName() { return 'RootPathRoutes'; } public getMethod() { return 'POST'; } public createResponse() {} }