LogoRobo.js
Framework

RouteType

Type Alias: RouteType

type RouteType = `${string}:${string}`;

Route type identifier combining namespace and route name.

On this page