UNPKG

ngo-login-client

Version:

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

11 lines (10 loc) 222 B
import { Entity } from './entity'; import { Profile } from './profile'; export declare class User implements Entity { attributes: Profile; id: string; type: string; links?: { self: string; }; }