android photo

This commit is contained in:
0xturboblitz
2024-02-14 16:01:55 +01:00
parent 6052aee6fa
commit 229063d4f5
4 changed files with 83 additions and 75 deletions

View File

@@ -7,4 +7,9 @@ export type PassportData = {
dataGroupHashes: DataHash[] | number[];
eContent: number[];
encryptedDigest: number[];
photo: {
base64: string;
height: number;
width: number;
}
};