Skip to content

@vttforge/core / PackageApi

Type Alias: PackageApi

PackageApi = Record<string, unknown>

What a package publishes. Anything JSON-ish or callable; we never inspect it.

MIT licensed.