@serve.zone/interfaces

Shared TypeScript interfaces and TypedRequest contracts for the serve.zone ecosystem.

This package contains the public contracts consumed by Cloudly, Spark, Coreflow, Coretraffic, Platformclient, and external integrations. It is intentionally dependency-light and should not contain runtime implementation code.

Install

pnpm add @serve.zone/interfaces

Usage

import { data, requests, platformservice } from '@serve.zone/interfaces';

Development

pnpm install
pnpm run build
pnpm test

Ownership

Only ecosystem-wide public contracts belong here. Cloudly-internal implementation types should stay in Cloudly.

S
Description
No description provided
Readme 148 KiB
Languages
TypeScript 100%