UNPKG

baqend

Version:

Baqend JavaScript SDK

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