import { v } from "@wrnexus/validation"; export const SearchDirectorySchema = v.object({ name: v.string().trim().optional(), });