(* Options: Date: 2025-07-17 05:45:52 Version: 8.53 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://sharpscript.net //GlobalNamespace: //MakeDataContractsExtensible: False //AddReturnMarker: True //AddDescriptionAsComments: True //AddDataContractAttributes: False //AddIndexesToDataMembers: False //AddGeneratedCodeAttributes: False //AddResponseStatus: False //AddImplicitVersion: //ExportValueTypes: False IncludeTypes: EvaluateScripts.* //ExcludeTypes: //InitializeCollections: False //AddNamespaces: *) namespace SharpScript open System open System.IO open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations [] [] type EvaluateScripts() = interface IReturn member val Files:Dictionary = null with get,set member val Args:Dictionary = null with get,set member val Page:String = null with get,set