UNPKG

@rws-framework/client

Version:

Realtime Web Suit is a web-component powered, MS FAST powered fullstack-oriented framework that you can use to create domain-agnostic modular asynchoronous components with intershared authorized states.

7 lines 139 B
export default interface IRWSUser { email: string; mongoId: string; name: string; message: string; jwt_token: string, }