import { t, type TSchema } from "elysia"; export const __nullable__ = (schema: T) => t.Union([t.Null(), schema]);