diff --git a/packages/oid4vci/src/index.ts b/packages/oid4vci/src/index.ts index af5af00..7eb7205 100644 --- a/packages/oid4vci/src/index.ts +++ b/packages/oid4vci/src/index.ts @@ -20,6 +20,8 @@ export { } from './credential-request/credential-request-configurations' export { Oid4vciError, Oid4vciErrorOptions } from './error/Oid4vciError' +export { Oid4vciRetrieveCredentialsError } from './error/Oid4vciRetrieveCredentialsError' +export { Oid4vciSendNotificationError } from './error/Oid4vciSendNotificationError' export type { SendNotificationResponseNotOk, SendNotificationResponseOk } from './notification/notification' export type { NotificationErrorResponse, NotificationEvent } from './notification/v-notification'