export interface User {
    avatarUrl: string;
    fullName: string;
    email: string;
}
