@paradoc/types
v0.1.1
Published
Core types and formatting utilities for Paradoc framework - renderer interfaces, templates, and field formatters
Maintainers
Readme
Paradoc is documents as code. It lets developers and AI agents define, validate, and render business documents using typed, composable schemas. This eliminates template drift, broken mappings, and brittle glue code — while giving AI systems a reliable document layer they can safely read, reason over, and generate against in production workflows.
Package overview
Core types for the Paradoc framework.
Installation
npm install @paradoc/typesUsage
import type { Form } from "@paradoc/types";
const myForm: Form = {
name: "my-form",
title: "My Form",
// ...
};Changelog
View the Changelog for updates.
Related packages
@paradoc/sdk- Paradoc framework SDK
Contributing
We're open to all community contributions! If you'd like to contribute in any way, please read our contribution guidelines and code of conduct.
License
This project is licensed under the MIT license.
See LICENSE for more information.
