@solvedsource/livewing-types
v0.1.1
Published
Generated TypeScript types for LiveWing's API, Events, and RulesAPI. Do not edit by hand — regenerated by @livewing/codegen from the running app's schema dump.
Downloads
28
Readme
@solvedsource/livewing-types
Generated TypeScript types for LiveWing's API, Events, and RulesAPI. Consumed by @solvedsource/livewing-sdk and imported directly when you need raw event or command shapes.
Do not edit by hand — this package is regenerated by @livewing/codegen from the running app's schema dump.
Install
npm install @solvedsource/livewing-typesMost rule authors install @solvedsource/livewing-sdk instead, which re-exports the commonly used types (Api, Events, UserEvents, RulesAPI).
Usage
import type { Events } from "@solvedsource/livewing-types";
type PeakPayload = Events["audio.peak"];See the Rules reference for the catalog of topics and API commands.
License
MIT
