summaryrefslogtreecommitdiff
path: root/src/types/PassportData.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/types/PassportData.zig')
-rw-r--r--src/types/PassportData.zig5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/types/PassportData.zig b/src/types/PassportData.zig
new file mode 100644
index 0000000..679534c
--- /dev/null
+++ b/src/types/PassportData.zig
@@ -0,0 +1,5 @@
1const EncryptedCredentials = @import("EncryptedCredentials.zig");
2const EncryptedPassportElement = @import("EncryptedPassportElement.zig");
3
4data: []EncryptedPassportElement,
5credentials: EncryptedCredentials,