more type cleanup
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
* @see https://trpc.io/docs/v10/procedures
|
||||
*/
|
||||
import { initTRPC, TRPCError } from '@trpc/server';
|
||||
import { Context } from './context';
|
||||
import type { Context } from './context';
|
||||
import { ACCOUNT_ACCESS } from '~~/prisma/account-access-enum';
|
||||
import superjson from 'superjson';
|
||||
import { AccountLimitError } from '~~/lib/services/errors';
|
||||
|
||||
Reference in New Issue
Block a user