@retropak/types
v1.0.0-draft12
Published
TypeScript type definitions for Retropak manifests
Readme
@retropak/types
TypeScript type definitions for Retropak manifests, automatically generated from the JSON Schema.
Installation
npm install @retropak/typesUsage
import type { RetropakManifest } from '@retropak/types';
const manifest: RetropakManifest = {
// Your manifest data with full type safety
};Development
This package is part of the Retropak monorepo. Types are automatically generated from the JSON Schema.
To regenerate types after schema changes:
npm run buildLicense
CC0-1.0
