GetCurrentRoleMappings

Function: getCurrentRoleMappings()

[object Object]

Defined in: app/routes/admin/settings/settings.handlers.tsx:273

Filters the settings dictionary to return only role-to-email mapping entries.

Parameters

settings

Record<string, string>

The full settings record.

Returns

[string, string][]

Array of role mapping entries.

On this page