@bit-ui-libs/common
Version:
This library was generated with [Nx](https://nx.dev).
20 lines (19 loc) • 386 B
text/typescript
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;
};
}