@visionfi/core
v1.1.0
Published
Core types and utilities for VisionFi packages
Readme
@visionfi/core
Core types and interfaces for VisionFI packages.
Installation
npm install @visionfi/coreDescription
This package contains shared TypeScript types, interfaces, and constants used across all VisionFI packages. It provides the foundation for type safety and consistency in the VisionFI ecosystem.
Usage
import {
PackageInfo,
CreatePackageOptions,
VisionFiError,
ProcessingStatus
} from '@visionfi/core';Contents
- Types: All API request/response interfaces
- Errors: Error classes and handling
- Constants: Shared enums and constants
License
Copyright (c) 2024-2025 VisionFI. All Rights Reserved.
See LICENSE file for details.
