@idpass/data-collect-core / IdentifierRecord
Interface: IdentifierRecord
Defined in: interfaces/types.ts:686
Represents a typed identifier for an entity. Supports multiple IDs per entity (national ID, UNHCR ID, etc.).
Properties
type
type:
string
Defined in: interfaces/types.ts:688
Identifier type code (e.g., "national-id", "unhcr-id")
value
value:
string
Defined in: interfaces/types.ts:690
The identifier value
expiryDate
expiryDate:
string|null
Defined in: interfaces/types.ts:692
ISO date when the identifier expires (null = no expiry)