@asr-forward/common
v0.0.1
Published
Common types and interfaces shared between ASR Forward packages.
Readme
@asr-forward/common
Common types and interfaces shared between ASR Forward packages.
Overview
This package contains the shared TypeScript types and interfaces used by both the server and client packages in the ASR Forward ecosystem.
Types
Core Types
ASRResult- Speech recognition resultASRError- Error informationASREventHandlers- Event callback handlersASRClient- Base client interfaceAudioConfig- Audio configurationASREventType- Event type enumeration
Usage
This package is automatically included as a dependency when you install @asr-forward/server or @asr-forward/client. You typically don't need to install it directly.
import type { ASRResult, ASRError } from '@asr-forward/common';Development
This is an internal package that provides type definitions only. It has no runtime code.
