@genius-revius/shared

v0.1.0

Published

Domain schemas and TypeScript types for [Revius](../../README.md) -- Zod schemas for sessions, observations, console events, and insight packages.

Readme

@genius-revius/shared

Domain schemas and TypeScript types for Revius -- Zod schemas for sessions, observations, console events, and insight packages.

Install

npm install @genius-revius/shared

Usage

import { observationSchema, type Observation } from "@genius-revius/shared";

const result = observationSchema.parse(data);

See the main README for full documentation.