export const createTrpcContext = async () => { return {}; }; export type TrpcContext = typeof createTrpcContext;