Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into issue-1636-add-user-i…
Browse files Browse the repository at this point in the history
…d-checks-in-verifyallusers
  • Loading branch information
martgil committed May 3, 2023
2 parents a4cf0a7 + 785d24d commit ada3057
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openpgp.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ export class Subkey {
public getExpirationTime(date?: Date, config?: Config): Promise<Date | typeof Infinity | null>
public isRevoked(signature: SignaturePacket, key: AnyKeyPacket, date?: Date, config?: Config): Promise<boolean>;
public update(subKey: Subkey, date?: Date, config?: Config): Promise<void>
public revoke(primaryKey: SecretKeyPacket, reasonForRevocation?: ReasonForRevocation, date?: Date, config?: Config): Promise<Subkey>;
}

export interface User {
Expand Down

0 comments on commit ada3057

Please sign in to comment.