interface QRCodeResult {
    dataUrl: string;
    recordingId?: string;
}

Properties

dataUrl: string
recordingId?: string