import { IUserProfile } from '@/interfaces'; export interface AdminState { users: IUserProfile[]; roles: string[]; }