UNPKG

ngx-core-business

Version:

A comprehensive solution designed to streamline the development of enterprise-level Angular applications.

6 lines (5 loc) 86 B
export interface User { email?: string; name: string; picture?: string; }