@pack/types
v0.2.1
Published
Shared Pack schema and TypeScript types.
Keywords
Readme
@pack/types
Shared Pack schema and TypeScript types.
Install
npm install @pack/typesExports
- Zod schemas from
schema.zod - TypeScript models from
types
Usage
import { SiteSettingsObjectSchema } from '@pack/types';
const parsed = SiteSettingsObjectSchema.parse(rawSettings);Development
yarn
yarn build