Interface IQrPhoneBarcodeContent
A structure defining the content of VCard QR codes.
Package: @aurigma/design-atoms-interfaces
Properties
phone
A phone number encoded into the QR code.
Declaration
phone?: string;
Property Value
Type | Description |
---|---|
string | A phone number encoded into the QR code. |