aboutsummaryrefslogtreecommitdiff
path: root/lib/models/user/activity.ml
blob: 926c899736e26946621bbf05f0df9273b32838cc (plain) (blame)
1
2
3
4
5
6
7
open Core

type t = {
    name: string;
    kind: int [@key "type"];
    url: string option [@default None];
} [@@deriving sexp, yojson { strict = false; exn = true }]