export interface ListOfficialIdentificationDocumentsRequest { /** * Two-letter ISO 3166-1 ALPHA-2 code for the country. Uppercase. */ country?: string; } //# sourceMappingURL=ListOfficialIdentificationDocumentsRequest.d.ts.map