From 139dd721e6245258aa8c7b490e286097d9aa8a69 Mon Sep 17 00:00:00 2001 From: Rein Krul Date: Tue, 5 Dec 2023 07:06:56 +0100 Subject: [PATCH] fix build --- vcr/api/vcr/v2/types.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vcr/api/vcr/v2/types.go b/vcr/api/vcr/v2/types.go index 3ad211f16e..360290ff72 100644 --- a/vcr/api/vcr/v2/types.go +++ b/vcr/api/vcr/v2/types.go @@ -34,6 +34,9 @@ type CredentialSubject = interface{} // Revocation is an alias to use from within the API type Revocation = credential.Revocation +type VerifiableCredential = types.CompactingVerifiableCredential +type VerifiablePresentation = types.CompactingVerifiablePresentation + var _ json.Unmarshaler = &types.CompactingVerifiablePresentation{} var _ json.Marshaler = types.CompactingVerifiablePresentation{}