@ylink-dmx/domain
v0.1.4
Published
Y-Link canonical TypeScript bindings
Readme
@ylink/domain
TypeScript declarations generated from the Rust ylink-domain crate. Install the package and import the strong types:
import type { Project, LightingScene } from "@ylink/domain";
import sample from "@ylink/domain/samples/domain-sample.json" assert { type: "json" };
const project: Project = sample.project;
const lighting: LightingScene = sample.lighting_scene;All releases share the same semantic version as the Rust crate.
