UNPKG

@bit-ui-libs/common

Version:
20 lines (19 loc) 386 B
export interface IncodeOcrResult { extendedOcrData: string; data: { numeroEmisionCredencial: string; name: string; address: { street: string; state: string; postalCode: string; colony: string; city: string; }; gender: string; birthDate: string; issueDate: number; expirationDate: number; fullAddress: string; }; }