UNPKG

@rws-framework/client

Version:

This package provides the core client-side framework for Realtime Web Suit (RWS), enabling modular, asynchronous web components, state management, and integration with backend services. It is located in `.dev/client`.

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