@ziffer-io/types
v0.2.0
Published
TypeScript types for the ZIFFER wire format, generated from the public ZIFFER specification.
Maintainers
Readme
@ziffer-io/types
The ZIFFER wire format as TypeScript types.
Install
npm install @ziffer-io/typesMost integrations never install this directly. @ziffer-io/client depends on it, so installing
the client brings the wire types with it.
Usage
import type { wire } from '@ziffer-io/types';
function store(receipt: wire.DecisionReceipt): void {
// your code
}These types are generated from the ZIFFER specification. The specification is public at https://github.com/ziffer-hq/ziffer-spec. A field this package does not carry is a field the specification does not state. The package holds types only, so nothing here calls an API or checks a signature.
Documentation
- The specification: https://ziffer.io/docs/specification
- Integrating the SDK: https://ziffer.io/docs/developers/sdk
- Quickstart: https://ziffer.io/docs/quickstart
- Glossary: https://ziffer.io/docs/glossary
Support
Write to [email protected].
License
Proprietary. Copyright (c) 2026 code75 SASU, Paris, France. ZIFFER is a registered trademark of
code75 SASU. This package is not open source. Its use is governed by your agreement with code75
and by LICENSE beside this file. The open-source components it redistributes are listed in
THIRD-PARTY-NOTICES, under their own licences.
