UNPKG

baqend

Version:

Baqend JavaScript SDK

6 lines (5 loc) 113 B
import { Base64 } from './Base64'; export type MFAResponse = { qrCode: Base64<'png'>; keyUri: string; };