Documentation

type ActivityRouter​.RouteTable

A route table mapping patterns to one or more route arguments.

type RouteTable = {
[pattern: string]: RouteArg<any> | RouteArg<any>[];
};

Notes

Related