Skip to content

dependabit / manifest/src / ChangeType

Type Alias: ChangeType

ts
type ChangeType = z.infer<typeof ChangeTypeSchema>;

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

Classification of the kind of change detected during monitoring.

Released under the MIT License.