Files
med-notes/.pnpm-store/v10/files/d9/bf9ad5b2c72a8ea979a784f58fc1751d5edbd2fd5a1b72dcbcd702a9069821ada2a04469ac6e279abd54ef7caddad88bec0ee3fdab7aa1677b76109a7041b4
2025-06-26 03:35:15 +00:00

9 lines
202 B
Plaintext

export interface IUpdate {
pkg: { name: string; version: string };
updateCheckInterval?: number;
shouldNotifyInNpmScript?: boolean;
distTag?: string;
alwaysRun?: boolean;
debug?: boolean;
}