Variable QrCodeTlvDataDefaultFieldsConst

QrCodeTlvDataDefaultFields: {
    commissioningTimeout: OptionalFieldType<number>;
    numberOfDevices: OptionalFieldType<number>;
    pbkdfIterations: OptionalFieldType<number>;
    pbkdfSalt: OptionalFieldType<Uint8Array>;
    serialNumber: OptionalFieldType<TlvStream>;
} = ...

Default field definition that can be enhanced with manufacturer specific Fields for the TlvSchema to use. See MatterSpecification.v13.Core § 5.1.5

Type declaration