Type alias CandyGuardsRouteSettings

CandyGuardsRouteSettings: {
    [name: string]: object;
}

Sets expectations on Candy Guard route settings which uses the name of the guard as the key and the route settings of the guard as the value.

Type declaration

  • [name: string]: object

Generated using TypeDoc