Skip to content

Commit

Permalink
chore: add type for get kid()
Browse files Browse the repository at this point in the history
  • Loading branch information
astagi committed Nov 5, 2021
1 parent ddc731c commit 91c79e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions types/dcc.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ declare class DCC {

get raw(): string;

get kid(): string;

get payload(): DCCPayload;

checkSignature(signatureKey: { x: string | Buffer, y: string | Buffer, kid?: string | Buffer }): Promise<Buffer>;
Expand Down

0 comments on commit 91c79e6

Please sign in to comment.