Type alias CandyGuardsSettings

CandyGuardsSettings: {
    [name: string]: Option<object>;
}

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

Type declaration

  • [name: string]: Option<object>

Generated using TypeDoc