
export class User {
    id: number;
    user_name: string;
    mail: string;
    password_hash: string;
    role: string
}