Skip to content

dependabit / manifest/src / DependencyType

Type Alias: DependencyType

ts
type DependencyType = z.infer<typeof DependencyTypeSchema>;

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

Semantic category of an external dependency.

Released under the MIT License.