aboutsummaryrefslogtreecommitdiff
path: root/lib/models/activity.atd
blob: 94b4b3cc718edf85e8ec9b8b92395f540e71fe4c (plain) (blame)
1
2
3
4
5
type snowflake <ocaml from="Snowflake" t="t"> = abstract

type t = {
    id: snowflake;
}