(* Options: Date: 2026-06-15 06:35:02 Version: 6.02 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://api.backgroundchecklatam.com //GlobalNamespace: //MakeDataContractsExtensible: False //AddReturnMarker: True //AddDescriptionAsComments: True //AddDataContractAttributes: False //AddIndexesToDataMembers: False //AddGeneratedCodeAttributes: False //AddResponseStatus: False //AddImplicitVersion: //ExportValueTypes: False IncludeTypes: GetCountries.* //ExcludeTypes: //InitializeCollections: True //AddNamespaces: *) namespace APIbackgroundchecklatam.ServiceModel open System open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations type Languages = | en = 0 | es = 1 [] type CountriesList() = member val ValidCountries:ResizeArray = new ResizeArray() with get,set [] [] type GetCountries() = interface IReturn member val lang:Languages = new Languages() with get,set