/* Options: Date: 2025-09-07 11:52:56 Version: 8.81 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://account.servicestack.net //GlobalNamespace: //MakePropertiesOptional: False //AddServiceStackTypes: True //AddResponseStatus: False //AddImplicitVersion: //AddDescriptionAsComments: True IncludeTypes: OldDocs.* //ExcludeTypes: //DefaultImports: */ // @Route("/docs/{Path*}") // @Route("/OldDocs") export class OldDocs { public path: string; public constructor(init?: Partial) { (Object as any).assign(this, init); } public getTypeName() { return 'OldDocs'; } public getMethod() { return 'POST'; } public createResponse() {} }