/// Options: /// Date: 2026-09-01 21:49:00 /// 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: DeleteTodos.* /// ExcludeTypes: /// DefaultImports: const std = @import("std"); /// const std = @import("std"); // @Route("/todos", "DELETE") pub const DeleteTodos = struct { pub const ss_name = "DeleteTodos"; pub const ss_verb = "DELETE"; ids: []i64 = &.{}, };