Skip to content

Commit

Permalink
remove unused type
Browse files Browse the repository at this point in the history
Co-Authored-By: kirahsapong  <[email protected]>
  • Loading branch information
mistermoe and kirahsapong committed Dec 8, 2023
1 parent 684d5b0 commit a99e05e
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions packages/credentials/src/compact-jwt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,6 @@ export type ParseJwtParams = {
compactJwt: string
}

/**
* Represents a verified JWT with signer information, header, and payload.
*/
export type VerifiedJwt = {
signerDid: string
header: JwtHeader
payload: JwtPayload & Record<string, any>
}

/**
* Represents a signer with a specific cryptographic algorithm and options.
* @template T - The type of cryptographic options.
Expand Down

0 comments on commit a99e05e

Please sign in to comment.