(* Options: Date: 2025-11-09 11:14:23 Version: 8.80 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://s4w2.api.bettor.cc //GlobalNamespace: //MakeDataContractsExtensible: False //AddReturnMarker: True //AddDescriptionAsComments: True //AddDataContractAttributes: False //AddIndexesToDataMembers: False //AddGeneratedCodeAttributes: False //AddResponseStatus: False //AddImplicitVersion: //ExportValueTypes: False IncludeTypes: GetLookup.* //ExcludeTypes: //InitializeCollections: False //AddNamespaces: *) namespace Six4Win.WebApi.ServiceModel open System open System.IO open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations [] type LookupItem() = member val Id:String = null with get,set member val Value:String = null with get,set member val Tag:String = null with get,set [] type Lookup() = member val Id:String = null with get,set member val Data:ResizeArray = null with get,set [] [] type GetLookup() = interface IReturn member val Id:String = null with get,set