Circle V2 API Docs
Preparing search index...
@repo/route-kit
Route
Type Alias Route<TParams, TSearch>
Route
:
{
href
:
(
...
args
:
HrefArgs
<
TParams
,
TSearch
>
)
=>
string
;
path
:
TParams
extends
z.ZodTypeAny
?
(
params
:
z.infer
<
TParams
>
)
=>
string
:
()
=>
string
;
}
&
(
TParams
extends
z.ZodTypeAny
?
{
params
:
TParams
}
:
{
params
?:
undefined
}
)
&
(
TSearch
extends
z.ZodTypeAny
?
{
search
:
TSearch
}
:
{
search
?:
undefined
}
)
Type Parameters
TParams
extends
z.ZodTypeAny
|
undefined
TSearch
extends
z.ZodTypeAny
|
undefined
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Circle V2 API Docs
Loading...