Skip to content

dependabit / manifest/src / DependencyManifest

Type Alias: DependencyManifest

ts
type DependencyManifest = z.infer<typeof DependencyManifestSchema>;

Defined in: packages/manifest/src/schema.ts:301

A fully-validated dependency manifest document.

Released under the MIT License.