Type tlvs by its own names, so a dropped alternate fails to compile
Mirror / push (push) Has been cancelled
Test / lint (pull_request) Successful in 22s
Test / test (18) (pull_request) Successful in 30s
Test / test (20) (pull_request) Successful in 29s
Test / test (22) (pull_request) Successful in 31s
Test / test (24) (pull_request) Successful in 34s
Test / test (26) (pull_request) Successful in 30s

This commit is contained in:
2026-09-27 15:38:09 +02:00
parent 9fb8f348c8
commit ac6206dfec
+1 -1
View File
@@ -89,7 +89,7 @@ const alternates: Record<string, TlvName> = {
failed_broadcast_area_identifier: 'broadcast_area_identifier', failed_broadcast_area_identifier: 'broadcast_area_identifier',
}; };
export const tlvs: Record<TlvName, TlvDefinition> & Record<string, TlvDefinition> = specs; export const tlvs: Record<TlvName, TlvDefinition> = specs;
export const tlvsById: Record<number, TlvDefinition> = {}; export const tlvsById: Record<number, TlvDefinition> = {};