MCPcopy
hub / github.com/changesets/changesets / PrivatePackages

Interface PrivatePackages

packages/types/src/index.ts:65–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63export type Linked = ReadonlyArray<PackageGroup>;
64
65export interface PrivatePackages {
66 version: boolean;
67 tag: boolean;
68}
69
70export type Config = {
71 changelog: false | readonly [string, any];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected