dependabit / manifest/src / DependencyTypeSchema
Variable: DependencyTypeSchema
ts
const DependencyTypeSchema: ZodEnum<{
api-example: "api-example";
documentation: "documentation";
other: "other";
reference-implementation: "reference-implementation";
research-paper: "research-paper";
schema: "schema";
}>;Defined in: packages/manifest/src/schema.ts:40