export interface LoginUserMagicLinkService {
  token: string;
}
