Files
rat-chat/backend/app/generated/prismabox/__nullable__.ts

4 lines
135 B
TypeScript

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