From c70ffd095a6de5cd5b872796a0d82a8c5afc1511 Mon Sep 17 00:00:00 2001 From: Uko Kokņevičs Date: Sat, 20 Jul 2024 17:22:25 +0300 Subject: Initial commit --- src/types/Contact.zig | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/types/Contact.zig (limited to 'src/types/Contact.zig') diff --git a/src/types/Contact.zig b/src/types/Contact.zig new file mode 100644 index 0000000..e3000fa --- /dev/null +++ b/src/types/Contact.zig @@ -0,0 +1,5 @@ +phone_number: []const u8, +first_name: []const u8, +last_name: ?[]const u8 = null, +user_id: ?[]u64 = null, +vcard: ?[]const u8 = null, -- cgit v1.2.3