/* Options: Date: 2026-06-01 14:59:08 Version: 8.52 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://www.imglobal.com/RestApi //GlobalNamespace: //MakePropertiesOptional: False //AddServiceStackTypes: True //AddResponseStatus: False //AddImplicitVersion: //AddDescriptionAsComments: True IncludeTypes: ActiveContentTypesMobileFormatsDto.* //ExcludeTypes: //DefaultImports: */ // @Route("/Sitefinity/mobile-formats/content-types/active", "GET") export class ActiveContentTypesMobileFormatsDto { public SiteId: string; public constructor(init?: Partial) { (Object as any).assign(this, init); } public getTypeName() { return 'ActiveContentTypesMobileFormatsDto'; } public getMethod() { return 'GET'; } public createResponse() {} }