main
feat(package): initialize standalone @serve.zone/interfaces package with shared TypeScript contracts
feat(package): initialize standalone @serve.zone/interfaces package with shared TypeScript contracts
feat(package): initialize standalone @serve.zone/interfaces package with shared TypeScript contracts
feat(package): initialize standalone @serve.zone/interfaces package with shared TypeScript contracts
feat(package): initialize standalone @serve.zone/interfaces package with shared TypeScript contracts
feat(package): initialize standalone @serve.zone/interfaces package with shared TypeScript contracts
@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.
Description
Languages
TypeScript
100%