Skip to content

Cerces


Cerces / types / UnboundRoute

Type Alias: UnboundRoute<PsBase, Ps, R>

UnboundRoute<PsBase, Ps, R> = Omit<InitOf<typeof Route>, "method" | "path"> & object

Defined in: src/types.ts:198

Type for an unbound route that is not connected to method and path.

Type Declaration

method?

optional method: never

path?

optional path: never

Type Parameters

PsBase

PsBase extends RouteParameters

Ps

Ps extends RouteParameters

R

R