JSPM

@opentask/taskin-types

1.1.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 57
  • Score
    100M100P100Q74343F
  • License MIT

TypeScript types and Zod schemas for Taskin

Package Exports

  • @opentask/taskin-types

Readme

@taskin/types-ts

This package is the single source of truth for all data models in the Taskin ecosystem.

Motivation

To ensure type consistency across different parts of the application (TypeScript and Python), we define all schemas here.

Purpose

This package uses Zod to define schemas, which are then used to generate TypeScript types and JSON schemas. The JSON schemas are consumed by other packages, like @taskin/types-py, to generate types for other languages.