UNPKG

@web5/agent

Version:
7 lines (6 loc) 174 B
/** * Verifiable Credential Types */ export type ProcessVcRequest = { /** empty */ } export type SendVcRequest = { /** empty */ } export type VcResponse = { /** empty */ }