TLV: {
    length: number;
    tagId: number;
    tlv:
        | ManufacturerSpecificGlobalTLV
        | SupportedKeyNegotiationMethodsGlobalTLV
        | PanIdConflictReportGlobalTLV
        | NextPanIdChangeGlobalTLV
        | NextChannelChangeGlobalTLV
        | SymmetricPassphraseGlobalTLV
        | RouterInformationGlobalTLV
        | FragmentationParametersGlobalTLV
        | JoinerEncapsulationGlobalTLV
        | BeaconAppendixEncapsulationGlobalTLV
        | ConfigurationParametersGlobalTLV
        | DeviceCapabilityExtensionGlobalTLV
        | LocalTLVType;
}

Type declaration