UNPKG

@sphereon/ssi-types

Version:

SSI Common Types

6 lines (3 loc) 148 B
import { type W3CVerifiableCredential } from './w3c-vc' export type CWT = string export type StatusListCredential = W3CVerifiableCredential | CWT