aboutsummaryrefslogtreecommitdiff
path: root/lib/models/activity.ml
blob: 6193ce9e4f2a234eedfa9376406299615d6fd6ef (plain) (blame)
1
2
3
4
5
type t = {
    name: string;
    kind: int [@key "type"];
    url: string [@default ""];
} [@@deriving yojson { strict = false}]