1.0.5 • Published 10 months ago
@trustprovenance/untp-types v1.0.5
@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:
DigitalConformityCredential
: InformationDigitalProductPassport
: InformationDigitalFacilityRecord
: InformationDigitalTraceabilityEvent
: Information
License
This package is licensed under the MIT License.
Acknowledgments
- United Nations Transparency Protocol for providing the framework.