Skip to content

AIDC Toolkit / GS1 / IdentifierDescriptorsEntry

Type Alias: IdentifierDescriptorsEntry<TIdentifierType> ​

IdentifierDescriptorsEntry<TIdentifierType> = TIdentifierType extends GTINType ? Readonly<Record<GTINBaseLength, GTINDescriptor>> : IdentifierTypeDescriptor<TIdentifierType>

Defined in: src/identifier-descriptors.ts:216

Identifier descriptors entry type based on identifier type type.

Type Parameters ​

TIdentifierType ​

TIdentifierType extends IdentifierType

Identifier type type.