export interface LoginUserIdentity {
    id?: string;
    username?: string;
    email?: string;
}
