Files
2026-07-24 12:10:10 +05:30

6 lines
155 B
TypeScript

import { v } from "@wrnexus/validation";
export default v.object({
"combobox-15": v.string().required("Choose a valid team from the suggestions."),
});