diff --git a/src/interfaces/pjson.ts b/src/interfaces/pjson.ts index 976c5bfc4..26c9036a7 100644 --- a/src/interfaces/pjson.ts +++ b/src/interfaces/pjson.ts @@ -104,6 +104,8 @@ export namespace PJSON { message: string registry: string timeoutInDays: number + frequency: number + frequencyUnit: 'days' | 'hours' | 'minutes' | 'seconds' | 'milliseconds' } } }