/* Options: Date: 2026-06-01 15:01:57 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: GetRecyclableType.* //ExcludeTypes: //DefaultImports: */ // @Route("/recycle-bin/items/types", "GET") export class GetRecyclableType { public constructor(init?: Partial) { (Object as any).assign(this, init); } public getTypeName() { return 'GetRecyclableType'; } public getMethod() { return 'GET'; } public createResponse() {} }