export interface UserRegistration {
    token: string;
    userId: string;
}
