/* Options: Date: 2024-07-04 02:19:35 Version: 6.40 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://cip-reporting-dev.chargeitpro.com //GlobalNamespace: //MakePropertiesOptional: False //AddServiceStackTypes: True //AddResponseStatus: False //AddImplicitVersion: //AddDescriptionAsComments: True IncludeTypes: DeveloperRequest.* //ExcludeTypes: //DefaultImports: */ // @Route("/Developer") export class DeveloperRequest { public constructor(init?: Partial) { (Object as any).assign(this, init); } public getTypeName() { return 'DeveloperRequest'; } public getMethod() { return 'GET'; } public createResponse() {} }