export type User = { id: number, username: string email: string role: number }