Skip to content

AIDC Toolkit / GS1 / IdentifierCreatorConstructorsEntry

Type Alias: IdentifierCreatorConstructorsEntry<TIdentifierType> ​

IdentifierCreatorConstructorsEntry<TIdentifierType> = TIdentifierType extends GTINType ? GTINCreatorConstructor : NonGTINCreatorConstructor<Exclude<TIdentifierType, GTINType>>

Defined in: src/identifier-creators.ts:75

Identifier creator constructors entry type based on identifier type type.

Type Parameters ​

TIdentifierType ​

TIdentifierType extends IdentifierType

Identifier type type.