(* Options: Date: 2025-09-08 02:20:46 Version: 8.81 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://account.servicestack.net //GlobalNamespace: //MakeDataContractsExtensible: False //AddReturnMarker: True //AddDescriptionAsComments: True //AddDataContractAttributes: False //AddIndexesToDataMembers: False //AddGeneratedCodeAttributes: False //AddResponseStatus: False //AddImplicitVersion: //ExportValueTypes: False IncludeTypes: RegenerateLicenseKey.* //ExcludeTypes: //InitializeCollections: False //AddNamespaces: *) namespace MyApp.ServiceInterface open System open System.IO open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations [] type RegenerateLicenseKeyResponse() = member val LicenseKey:LicenseKey = null with get,set member val LicenseKeyText:String = null with get,set member val ResponseStatus:ResponseStatus = null with get,set [] [] type RegenerateLicenseKey() = interface IReturn interface IPost [] member val LicenseKey:String = null with get,set [] member val Halg:String = null with get,set