mirror of
https://github.com/selfxyz/self.git
synced 2026-04-27 03:01:15 -04:00
android photo
This commit is contained in:
@@ -7,4 +7,9 @@ export type PassportData = {
|
||||
dataGroupHashes: DataHash[] | number[];
|
||||
eContent: number[];
|
||||
encryptedDigest: number[];
|
||||
photo: {
|
||||
base64: string;
|
||||
height: number;
|
||||
width: number;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user