A TypeScript library for enhanced type safety.
npm install @pulsecharterconnect/typesThis is a TypeScript library that provides various types and interfaces to enhance type safety in the Pulse Charter Connect Application across the frontend and backend
You can install the library via npm:
```
npm install @pulsecharterconnect/types
To use the types and interfaces provided by this library, you can import them into your TypeScript files:
`typescript``
import { ApiResult } from '@pulsecharterconnect/types';
- ApiResult: Used to respond to an HTTP request.