aboutsummaryrefslogtreecommitdiff
path: root/lib/models/guild/ban_t.ml
blob: 518b93e5a4b2e14079350fdff5807d50a07c2856 (plain) (blame)
1
2
3
4
5
6
open Core

type t = {
    reason: string option [@default None];
    user: User_t.t;
} [@@deriving sexp, yojson]