UNPKG

@idfy/sdk

Version:
11 lines (10 loc) 206 B
export interface SocialSecurityNumber { /** * The social security number. */ value?: string; /** * ISO 3166-1 Alfa-2 (2 letters) country code. */ countryCode?: string; }