Type alias RouteInstructionData<G, RA>
Route
Instruction
Data
<G, RA>: { discriminator
: number[]; group
: Option<string>; guard
: G; routeArgs
: RA[G]; }
Type Parameters
-
G extends keyof RA & string
-
Type declaration
-
discriminator: number[]
-
group: Option<string>
-
guard: G
-
routeArgs: RA[G]