UNPKG

ngo-login-client

Version:

Auth and User services for Angular v2 and up. Requires backend REST service.

10 lines (9 loc) 177 B
export declare class Profile { company?: string; fullName: string; imageURL: string; username: string; bio?: string; url?: string; email?: string; }