UNPKG

@seontechnologies/seon-id-verification

Version:

An advanced SDK for natural person identification through document scanning, facial recognition, designed for secure and efficient user verification.

16 lines (15 loc) 338 B
export type CustomerData = { email?: string; phoneNumber?: string; name?: string; userId?: string; countryISOCode?: string; address?: string; dateOfBirth?: { day: number; month: number; year: number; }; postalCode?: string; additionalProperties?: Record<string, string>; };