| 1 | import type { RawEvent, SendEventOptions } from "@trigger.dev/core"; |
| 2 | import { $transaction, PrismaClientOrTransaction, PrismaErrorSchema, prisma } from "~/db.server"; |
| 3 | import type { AuthenticatedEnvironment } from "~/services/apiAuth.server"; |
| 4 | import { workerQueue } from "~/services/worker.server"; |
nothing calls this directly
no test coverage detected