Files
OpenArchiver/packages/types/README.md
Wei S. 9b303c963e feat(types): update license types and prepare @open-archiver/types for public publish (#320)
- Add `LicensePingRequest` and `LicensePingResponse` interfaces for the license server ping endpoint
- Update `LicenseStatusPayload` to include `lastCheckedAt` and `planSeats` fields, and change status from `REVOKED` to `INVALID`
- Update `ConsolidatedLicenseStatus` to reflect `INVALID` status and add `lastCheckedAt`
- Bump `@open-archiver/types` version from 0.1.0 to 0.1.2, set license to MIT, make package public, and add `files` field
2026-03-02 13:50:37 +01:00

309 B

@open-archiver/types

This package contains shared TypeScript type definitions for the Open Archiver project.

Installation

npm install @open-archiver/types

Usage

Import the types you need in your TypeScript files:

import { User, Email } from '@open-archiver/types';