# @proj-airi/server-shared The shared type definitions for all server-side packages of Project AIRI. ## Usage ```shell ni @proj-airi/server-shared -D # from @antfu/ni, can be installed via `npm i -g @antfu/ni` pnpm i @proj-airi/server-shared -D yarn i @proj-airi/server-shared -D npm i @proj-airi/server-shared -D ``` ```typescript import type { WebSocketEvents } from '@proj-airi/server-shared' ``` ## License [MIT](../../LICENSE)