const Uuid = @import("util").Uuid;
pub const Note = struct {
id: Uuid,
content: []const u8,
};
pub const User = struct {
handle: []const u8,