UNPKG

gnss-auth

Version:

Shared singleton authorization service for Angular MFE architecture

5 lines (4 loc) 86 B
export interface UserLoginInterface { loginEmail: string; password: string; }