add UserInfo screen

This commit is contained in:
turnoffthiscomputer
2024-12-06 16:27:28 +01:00
parent 073b051fec
commit 5fd38e9213
4 changed files with 129 additions and 7 deletions

View File

@@ -1,6 +1,8 @@
export type PassportData = {
mrz: string;
dg1Hash?: number[];
dg2Hash?: number[];
dgPresents?: any[];
dsc: string;
eContent: number[];
signedAttr: number[];