2022-11-02 21:36:48 +03:00

6 lines
158 B
TypeScript

import type { trpcClient, trpcPureClient } from './client';
export type TRPCClient = typeof trpcClient;
export type TRPCPureClient = typeof trpcPureClient;