UNPKG

renovate

Version:

Automated dependency updates. Flexible so you don't need to be.

16 lines (15 loc) 308 B
export interface HermitListItem { Name: string; Version: string; Channel: string; } export interface UpdateHermitResult { from: string; to: string; newContent: string; } export interface ReadContentResult { isSymlink?: boolean; contents: string; isExecutable?: boolean; }