aboutsummaryrefslogtreecommitdiff
path: root/lib/models/id/user_id_t.ml
blob: fab0f00c4f23739a44a085a69a86505c4cd1751b (plain) (blame)
1
2
3
4
5
6
7
open Core

type t = Snowflake.t [@@deriving sexp, yojson]

let compare t t' = Int64.compare t t'

let get_id id = id