AIDC Toolkit / GS1 / IdentifierValidatorConstructorsEntry
Type Alias: IdentifierValidatorConstructorsEntry<TIdentifierType>
IdentifierValidatorConstructorsEntry<
TIdentifierType> =TIdentifierTypeextendsGTINType?GTINValidatorConstructor:NonGTINValidatorConstructor<Exclude<TIdentifierType,GTINType>>
Defined in: src/identifier-validators.ts:150
Identifier validator constructors entry type based on identifier type type.
Type Parameters
TIdentifierType
TIdentifierType extends IdentifierType
Identifier type type.