メインコンテンツへスキップ
バージョン: 11.x

Type Alias: RouterLike<TRouter>

RouterLike<TRouter>: RouterLikeInner<TRouter["_def"]["_config"]["$types"], TRouter["_def"]["record"]>

Defined in: packages/react-query/src/shared/polymorphism/routerLike.ts:14

Use to describe a route path which matches a given route's interface

Type Parameters

Type Parameter
TRouter extends AnyRouter