moving ent to drizzle

This commit is contained in:
John Yeo
2025-05-24 11:25:11 +01:00
parent 572b94048e
commit b4bb8db409
43 changed files with 247 additions and 238 deletions

View File

@@ -1,5 +1,5 @@
import { z } from "zod";
import { AppEnv } from "../genModels.js";
import { AppEnv } from "../genModels/genEnums.js";
export const SubscriptionSchema = z.object({
id: z.string(),