/
githubmirror
/
trpc
Обзор
Документация
Войти
/
githubmirror
/
trpc
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/react-query/test/polymorphism.common.tsx
5 строк
137 B
Julius Marminge
refactor: move react tests (#6542)
24 фев 2025, 16:59
Не верифицирован
24 фев 2025, 16:59
4df1eb8
Код
Авторство
О чём код?
import { initTRPC } from '@trpc/server'; export const t = initTRPC.create(); export type $RootTypes = (typeof t)['_config']['$types'];