© 2026 Hedgehog Software, LLC
trpc.d.ts
import { type TRPCError } from '@trpc/server'; declare module '@trpc/server' { interface TRPCError { code: 'TRIPS/SLUG_IN_USE'; } }