UNPKG

@vdcs/oid4vci

Version:

OpenID4VCI reference implementation in typescript

10 lines (9 loc) 228 B
export type CredentialResponse = | { credentials: Array<{ credential: string | Record<string, unknown> }>; notification_id?: string; } | { transaction_id: string; notification_id?: string; };