(* Options: Date: 2025-04-27 03:36:32 Version: 8.71 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://blazordiffusion.com //GlobalNamespace: //MakeDataContractsExtensible: False //AddReturnMarker: True //AddDescriptionAsComments: True //AddDataContractAttributes: False //AddIndexesToDataMembers: False //AddGeneratedCodeAttributes: False //AddResponseStatus: False //AddImplicitVersion: //ExportValueTypes: False IncludeTypes: AdminData.* //ExcludeTypes: //InitializeCollections: False //AddNamespaces: *) namespace BlazorDiffusion.ServiceModel open System open System.IO open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations [] type PageStats() = member val Label:String = null with get,set member val Total:Int32 = new Int32() with get,set [] type AdminDataResponse() = member val PageStats:ResizeArray = null with get,set member val ResponseStatus:ResponseStatus = null with get,set [] [] type AdminData() = interface IReturn interface IGet