@openlivechat/types
v0.1.26
Published
Shared TypeScript types for OpenLiveChat platform
Maintainers
Readme
@openlivechat/types
Shared TypeScript interfaces for the OpenLiveChat platform.
Types are re-exported directly from the backend Mongoose schemas to remain in sync with the server models.
Usage
npm install @openlivechat/typesimport {
User,
Chat,
Room,
ChatClientToServerEvents,
ChatServerToClientEvents,
} from '@openlivechat/types';