interface UserConfig

User info for dropdown

Properties

name: string

User display name

email: string

User email

optional
initials: string

Custom avatar initials

optional
role: string

User role (optional)

Usage

import { type UserConfig } from ".";