/// Options: /// Date: 2026-09-02 00:44:50 /// Version: 10.12 /// Tip: To override a DTO option, remove "/" prefix before updating /// BaseUrl: https://blazor-vue.web-templates.io /// GlobalNamespace: /// MakePropertiesOptional: False /// AddServiceStackTypes: True /// AddResponseStatus: False /// AddImplicitVersion: /// AddDescriptionAsComments: True //IncludeTypes: Hello.* /// ExcludeTypes: /// DefaultImports: const std = @import("std"); /// const std = @import("std"); pub const HelloResponse = struct { result: ?[]const u8 = null, }; // @Route("/hello/{Name}") pub const Hello = struct { pub const ss_name = "Hello"; pub const ss_verb = "GET"; pub const Response = HelloResponse; name: ?[]const u8 = null, };