summaryrefslogtreecommitdiff
path: root/src/types/Story.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/types/Story.zig')
-rw-r--r--src/types/Story.zig4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/types/Story.zig b/src/types/Story.zig
new file mode 100644
index 0000000..479b7a9
--- /dev/null
+++ b/src/types/Story.zig
@@ -0,0 +1,4 @@
1const Chat = @import("Chat.zig");
2
3chat: Chat,
4id: u64,