Skip to content

Functions: createExternalRoute()

Call Signature

ts
function createExternalRoute<TOptions>(options): ToRoute<TOptions, undefined>;

Type Parameters

Type Parameter
TOptions extends WithHooks & object & WithHost & WithoutParent

Parameters

ParameterType
optionsTOptions

Returns

ToRoute<TOptions, undefined>

Call Signature

ts
function createExternalRoute<TOptions>(options): ToRoute<TOptions, undefined>;

Type Parameters

Type Parameter
TOptions extends WithHooks & object & WithoutHost & WithParent

Parameters

ParameterType
optionsTOptions

Returns

ToRoute<TOptions, undefined>