/** * Verifiable Credential Types */ export type ProcessVcRequest = { /** empty */ } export type SendVcRequest = { /** empty */ } export type VcResponse = { /** empty */ }