TlvElement<T>: {
    tag?: TlvTag;
    typeLength: T;
    value?: TlvToPrimitive[T["type"]];
}

Type Parameters