@pulsecharterconnect/types
v0.2.102
Published
A TypeScript library for enhanced type safety.
Maintainers
Readme
Pulse Charter Connect Typescript Library
This 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
Installation
You can install the library via npm:
npm install @pulsecharterconnect/typesUsage
To use the types and interfaces provided by this library, you can import them into your TypeScript files:
import { ApiResult } from '@pulsecharterconnect/types';API Reference
Types
- ApiResult: Used to respond to an HTTP request.
