/* Options: Date: 2026-04-02 04:01:33 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: DeleteMobileFormatContentTypeDto.* //ExcludeTypes: //DefaultImports: */ // @Route("/Sitefinity/mobile-formats/content-types/delete", "DELETE") export class DeleteMobileFormatContentTypeDto { public ContentTypeId: string; public constructor(init?: Partial) { (Object as any).assign(this, init); } public getTypeName() { return 'DeleteMobileFormatContentTypeDto'; } public getMethod() { return 'DELETE'; } public createResponse() {} }