1.0.5 • Published 10 months ago

@trustprovenance/untp-types v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

@trustprovenance/untp-types

UNTP TypeScript Types

This package provides TypeScript types for the United Nations Transparency Protocol (UNTP), facilitating the integration and usage of UNTP data structures in TypeScript applications.

Installation

You can install the package via npm:

npm install @trustprovenance/untp-types

Or using PNPM:

pnpm add @trustprovenance/untp-types

Usage

After installation, you can import the types into your TypeScript files:

import {
  DigitalConformityCredential,
  DigitalTraceabilityEvent,
  DigitalFacilityRecord,
  DigitalProductPassport,
} from "@trustprovenance/untp-types/0.5.0";

This provides version 0.5.0 of the UNTP types.

Available Types

This package includes the following types:

License

This package is licensed under the MIT License.

Acknowledgments

  • United Nations Transparency Protocol for providing the framework.
1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago