export interface LoginUser {
    role: string;
    displayName: string;
    id: string;
}
