/// Options: /// Date: 2026-09-01 21:49:35 /// Version: 10.09 /// Tip: To override a DTO option, remove "/" prefix before updating /// BaseUrl: https://blazor-gallery.servicestack.net /// GlobalNamespace: /// MakePropertiesOptional: False /// AddServiceStackTypes: True /// AddResponseStatus: False /// AddImplicitVersion: /// AddDescriptionAsComments: True //IncludeTypes: DeleteTodo.* /// ExcludeTypes: /// DefaultImports: const std = @import("std"); /// const std = @import("std"); // @Route("/todos/{Id}", "DELETE") pub const DeleteTodo = struct { pub const ss_name = "DeleteTodo"; pub const ss_verb = "DELETE"; id: i64 = 0, };