lib/trpc.ts:7:48 - error TS2344: Type 'BuiltRouter<{ ctx: { req: Request>; res: Response>; db: DB; config: { ...; }; redis: Redis; }; meta: object; errorShape: DefaultErrorShape; transformer: false; }, DecorateCreateRouterOptions<{ ...; }>>' does not satisfy the constraint 'AnyRouter'. The types of '_def.lazy' are incompatible between these types. Type 'Record>' is not assignable to type 'Record>'. 'string' index signatures are incompatible. Type 'LazyLoader' is not assignable to type 'LazyLoader'. Types of property 'ref' are incompatible. Type 'import("/Users/vedantroy/Desktop/projects/photoai-all/photoai-fixed/v1/api/node_modules/@trpc/server/dist/unstable-core-do-not-import.d-ptrxwuSa").Lazy' is not assignable to type 'import("/Users/vedantroy/Desktop/projects/photoai-all/photoai-fixed/v1/mobileapp/node_modules/@trpc/server/dist/unstable-core-do-not-import.d-ptrxwuSa").Lazy' is not assignable to type '() => Promise'. Type 'Promise' is not assignable to type 'Promise'. Type 'import("/Users/vedantroy/Desktop/projects/photoai-all/photoai-fixed/v1/api/node_modules/@trpc/server/dist/unstable-core-do-not-import.d-ptrxwuSa").AnyRouter' is not assignable to type 'import("/Users/vedantroy/Desktop/projects/photoai-all/photoai-fixed/v1/mobileapp/node_modules/@trpc/server/dist/unstable-core-do-not-import.d-ptrxwuSa").AnyRouter'. The types of '_def.lazy' are incompatible between these types. Type 'Record>' is not assignable to type 'Record>'. 'string' index signatures are incompatible. Type 'LazyLoader' is not assignable to type 'LazyLoader'. Types of property 'ref' are incompatible. Type 'import("/Users/vedantroy/Desktop/projects/photoai-all/photoai-fixed/v1/api/node_modules/@trpc/server/dist/unstable-core-do-not-import.d-ptrxwuSa").Lazy' is not assignable to type 'import("/Users/vedantroy/Desktop/projects/photoai-all/photoai-fixed/v1/mobileapp/node_modules/@trpc/server/dist/unstable-core-do-not-import.d-ptrxwuSa").Lazy' is not assignable to type '{ [lazySymbol]: true; }'. 7 export type RouterOutputs = inferRouterOutputs;