import { type FileUpdate } from "https://deno.land/x/molt@0.17.2/lib/file.ts";
A collection of updates to dependencies associated with a file.
Type Parameters
optional
T extends SourceType = SourceTypeProperties
kind: T
The type of the file being updated.
dependencies: DependencyUpdate<T>[]
The updates to dependencies associated with the file.
locks: LockPart[]
Partial locks used to update a lockfile.