interface PairingCodes {
    manualPairingCode: string;
    qrPairingCode: string;
}

Properties

manualPairingCode: string
qrPairingCode: string