interface QrCodeCollectorBase {
    category: "NoValueCollector";
    error: null | string;
    id: string;
    name: string;
    output: { key: string; label: string; src: string; type: string };
    type: "QrCodeCollector";
}

Properties

category: "NoValueCollector"
error: null | string
id: string
name: string
output: { key: string; label: string; src: string; type: string }
type: "QrCodeCollector"