/* Options: Date: 2024-11-21 10:33:05 Version: 6.40 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://cip-reporting-preview.chargeitpro.com //GlobalNamespace: //MakePropertiesOptional: False //AddServiceStackTypes: True //AddResponseStatus: False //AddImplicitVersion: //AddDescriptionAsComments: True IncludeTypes: UnfinishedWebDriver.* //ExcludeTypes: //DefaultImports: */ // @Route("/Report/Webdriver/Unfinished") export class UnfinishedWebDriver { public constructor(init?: Partial) { (Object as any).assign(this, init); } public getTypeName() { return 'UnfinishedWebDriver'; } public getMethod() { return 'GET'; } public createResponse() {} }