(* Options: Date: 2024-09-16 19:38:41 Version: 6.111 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://grpc.servicestack.net //GlobalNamespace: //MakeDataContractsExtensible: False //AddReturnMarker: True //AddDescriptionAsComments: True //AddDataContractAttributes: False //AddIndexesToDataMembers: False //AddGeneratedCodeAttributes: False //AddResponseStatus: False //AddImplicitVersion: //ExportValueTypes: False IncludeTypes: GetLanguages.* //ExcludeTypes: //InitializeCollections: True //AddNamespaces: *) namespace ProtocApi.ServiceModel open System open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations [] [] type GetLanguagesResponse() = [] member val Results:ResizeArray> = new ResizeArray>() with get,set [] [] [] type GetLanguages() = interface IReturn