@sample-tayo/sm-schema
v0.0.1
Published
Shared map document schemas and validators.
Readme
@seatmap/schema
Runtime schemas, validators, and TypeScript types for SeatMap map documents and shared API contracts.
import { validateMapDocument } from "@seatmap/schema/map";
const result = validateMapDocument(payload);Use this package on the backend for request validation and in frontend packages for the same shared document contract.
