@jaypie/types
Shared TypeScript type definitions.
Overview
Section titled “Overview”@jaypie/types provides shared TypeScript type definitions used across Jaypie packages.
Installation
Section titled “Installation”npm install --save-dev @jaypie/typesImport types in your TypeScript files:
import type { JaypieError, JsonObject } from "@jaypie/types";Features
Section titled “Features”- Common type definitions
- Shared interfaces
- Type utilities
API Documentation
Section titled “API Documentation”API documentation will be generated from TypeScript definitions.
Related Packages
Section titled “Related Packages”- @jaypie/errors - Error class definitions
- @jaypie/core - Core utilities