W3CVerifiablePresentation type
Represents a signed Verifiable Presentation (includes proof) in either JSON or compact JWT format. See VC data model
Signature:
export type W3CVerifiablePresentation = VerifiablePresentation | CompactJWT
References: VerifiablePresentation, CompactJWT