import type { UserRole } from '@/api/types' export const ROLE_LABEL: Record = { admin: 'Адміністратор', cashier: 'Касир', viewer: 'Спостерігач', }