QrCodeField: {
    content: string;
    fallbackText?: string;
    key: string;
    type: "QR_CODE";
}

Type declaration

  • content: string
  • OptionalfallbackText?: string
  • key: string
  • type: "QR_CODE"