Openstatus www.openstatus.dev
at main 4 lines 168 B view raw
1import { createSelectSchema } from "drizzle-zod"; 2import { application } from "./application"; 3 4export const selectApplicationSchema = createSelectSchema(application);