added sqlite
This commit is contained in:
3
backend/app/generated/prismabox/__nullable__.ts
Normal file
3
backend/app/generated/prismabox/__nullable__.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
import { t, type TSchema } from "elysia";
|
||||
export const __nullable__ = <T extends TSchema>(schema: T) =>
|
||||
t.Union([t.Null(), schema]);
|
||||
Reference in New Issue
Block a user