/* Options: Date: 2025-08-05 02:06:58 Version: 8.0 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://www.asg.com.au/RestApi //GlobalNamespace: //MakePropertiesOptional: False //AddServiceStackTypes: True //AddResponseStatus: False //AddImplicitVersion: //AddDescriptionAsComments: True IncludeTypes: ExportForDeploymentConfigurationMessage.* //ExcludeTypes: //DefaultImports: */ // @Route("/Sitefinity/packaging/export", "POST") // @Route("/Sitefinity/packaging/export-types", "GET") export class ExportForDeploymentConfigurationMessage { public constructor(init?: Partial) { (Object as any).assign(this, init); } public getTypeName() { return 'ExportForDeploymentConfigurationMessage'; } public getMethod() { return 'GET'; } public createResponse() {} }