snix/users/grfn/bbbg/src/bbbg/event.clj
Griffin Smith c3cb7b0df8 feat(grfn/bbbg): Init
This will eventually become a signup sheet + no-show tracker for my
local board game meetup group

Change-Id: Id8d1d80d95d1e2fda5041275cff2fecfd6fa43f1
2021-12-13 21:45:09 -05:00

4 lines
76 B
Clojure

(ns bbbg.event
(:require [clojure.spec.alpha :as s]))
(s/def ::id uuid?)