export interface IUser { id: string; data: { role: 'admin' | 'user' | 'api' | 'cluster'; username: string; password: string; } }