| 1 | import { z } from "zod"; |
| 2 | import { createTRPCRouter, protectedProcedure } from "~/server/api/trpc"; |
| 3 | import { requireIsProjectAdmin, requireNothing } from "~/utils/accessControl"; |
| 4 | import { error, success } from "~/utils/errorHandling/standardResponses"; |
nothing calls this directly
no test coverage detected