diff --git a/openpgp.d.ts b/openpgp.d.ts index bfdcaf96..56175b26 100644 --- a/openpgp.d.ts +++ b/openpgp.d.ts @@ -658,7 +658,7 @@ interface VerifyOptions { /** (optional) detached signature for verification */ signature?: Signature; /** (optional) use the given date for verification instead of the current time */ - date?: Date; + date?: Date | null; config?: PartialConfig; }