tiktok-live-proto-full-types
v0.1.1
Published
Types-only TypeScript declarations for the full TikTok Webcast Protobuf schema (no wire codec, no field numbers).
Readme
tiktok-live-proto-full-types
Types-only TypeScript declarations for the full TikTok Webcast Protobuf schema. No wire codec, no runtime, no proto field numbers — just interfaces.
Use this when you want to type-check against the full schema without pulling in
the private @eulerstream/tiktok-live-proto-full runtime package.
Install
npm install --save-dev tiktok-live-proto-full-typesUsage
import type { WebcastResponse } from 'tiktok-live-proto-full-types/v1';
import type { WebcastResponse as WebcastResponseV2 } from 'tiktok-live-proto-full-types/v2';Layout
- Generated by
ts-protowith--ts_proto_opt=onlyTypes=truefrom the schemas in the privatesrc/full/submodule dist/{v1,v2}.d.ts— published declaration output
Pairs with
@eulerstream/tiktok-live-proto-full— the full runtime (private)tiktok-live-proto— the public slim runtime
